aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorKasimier T. Buchcik <kbuchcik@src.gnome.org>2006-02-01 11:28:14 +0000
committerKasimier T. Buchcik <kbuchcik@src.gnome.org>2006-02-01 11:28:14 +0000
commit2363555e7649a924cc60a726852d358d6ef404f2 (patch)
treedf29ba2a55e0774860301ba0a72f29b859687d65 /win32
parent4188ddf811f8067c6b6fa0ffb5d8f43ba5e3f41e (diff)
downloadandroid_external_libxml2-2363555e7649a924cc60a726852d358d6ef404f2.tar.gz
android_external_libxml2-2363555e7649a924cc60a726852d358d6ef404f2.tar.bz2
android_external_libxml2-2363555e7649a924cc60a726852d358d6ef404f2.zip
Added changed as proposed on the mailing list by venkat naidu in order to
* tapi.c win32/Makefile.*: Added changed as proposed on the mailing list by venkat naidu in order to compile testapi.c on windows.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.bcb5
-rw-r--r--win32/Makefile.mingw4
-rw-r--r--win32/Makefile.msvc3
3 files changed, 8 insertions, 4 deletions
diff --git a/win32/Makefile.bcb b/win32/Makefile.bcb
index 6603d2a4..fa553e9d 100644
--- a/win32/Makefile.bcb
+++ b/win32/Makefile.bcb
@@ -215,8 +215,9 @@ UTILS = $(BINDIR)\xmllint.exe\
$(BINDIR)\testSchemas.exe\
$(BINDIR)\testURI.exe\
$(BINDIR)\testXPath.exe\
- $(BINDIR)\runtest.exe\
- $(BINDIR)\runsuite.exe
+ $(BINDIR)\runtest.exe\
+ $(BINDIR)\runsuite.exe\
+ $(BINDIR)\testapi.exe
!if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 4c3d018a..f41ce6d6 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -212,7 +212,9 @@ UTILS = $(BINDIR)/xmllint.exe\
$(BINDIR)/testURI.exe\
$(BINDIR)/testXPath.exe\
$(BINDIR)/runtest.exe\
- $(BINDIR)/runsuite.exe
+ $(BINDIR)/runsuite.exe\
+ $(BINDIR)/testapi.exe
+
ifeq ($(WITH_THREADS),yes)
UTILS += $(BINDIR)/testThreadsWin32.exe
endif
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index 0c0a41bd..35f4a802 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -197,7 +197,8 @@ UTILS = $(BINDIR)\xmllint.exe\
$(BINDIR)\testURI.exe\
$(BINDIR)\testXPath.exe\
$(BINDIR)\runtest.exe\
- $(BINDIR)\runsuite.exe
+ $(BINDIR)\runsuite.exe\
+ $(BINDIR)\testapi.exe
!if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
UTILS = $(UTILS) $(BINDIR)\testThreadsWin32.exe