summaryrefslogtreecommitdiff
path: root/win32/Makefile.bcb
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/Makefile.bcb
parent4188ddf811f8067c6b6fa0ffb5d8f43ba5e3f41e (diff)
downloadlibxml2-2363555e7649a924cc60a726852d358d6ef404f2.tar.gz
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/Makefile.bcb')
-rw-r--r--win32/Makefile.bcb5
1 files changed, 3 insertions, 2 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"