summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-01-03 18:32:35 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-01-03 18:32:35 +0000
commit767ae144bb6e8059886608da4039ce9bfa3810e3 (patch)
tree4b7826dc63a3aa3330592c02d30db0f95071bee8 /test
parenta7662c76e0f20165e0544f54effdaaef6f40004c (diff)
downloadlibapr-767ae144bb6e8059886608da4039ce9bfa3810e3.tar.gz
Need mo' targets
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64263 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.win14
1 files changed, 9 insertions, 5 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index 6c03343fb..f2626da5c 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -7,6 +7,11 @@ NONPORTABLE = \
testglobalmutex.exe
PROGRAMS = \
+ client.exe \
+ sendfile.exe \
+ server.exe \
+ proc_child.exe \
+ occhild.exe\
testflock.exe \
testsock.exe \
testlockperf.exe \
@@ -18,14 +23,12 @@ PROGRAMS = \
mod_test.so
-TARGETS = $(PROGRAMS) client.exe sendfile.exe \
- server.exe
+TARGETS = $(PROGRAMS)
LOCAL_LIBS=..\LibD\apr.lib
ALL_LIBS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib
-CLEAN_TARGETS = mod_test.slo proc_child.exe occhild.exe \
- testprocmutex.exe testglobalmutex.exe testshm.exe
+CLEAN_TARGETS = mod_test.lib mod_test.exp
INCDIR=../include
INCLUDES=/I "$(INCDIR)"
@@ -45,7 +48,8 @@ occhild.exe: occhild.obj $(LOCAL_LIBS)
$(LINK) occhild.obj $(LOCAL_LIBS) $(ALL_LIBS)
proc_child.exe: proc_child.obj $(LOCAL_LIBS)
- $(LINK) proc_child.obj $(LOCAL_LIBS) $(ALL_LIBS)
+ $(LINK) /debug /subsystem:console /machine:I386 \
+ proc_child.obj $(LOCAL_LIBS) $(ALL_LIBS)
# FIXME: This is BS ... we should deal with namespace decoration within the
# apr_dso_sym() function or within the test (take y'r pick) since many platforms