wrowe       2003/01/03 10:32:35

  Modified:    test     Makefile.win
  Log:
    Need mo' targets
  
  Revision  Changes    Path
  1.5       +9 -5      apr/test/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.win,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.win      29 Dec 2002 05:56:00 -0000      1.4
  +++ Makefile.win      3 Jan 2003 18:32:35 -0000       1.5
  @@ -7,6 +7,11 @@
        testglobalmutex.exe
   
   PROGRAMS = \
  +     client.exe \
  +     sendfile.exe \
  +     server.exe \
  +     proc_child.exe \
  +     occhild.exe\
        testflock.exe \
        testsock.exe \
        testlockperf.exe \
  @@ -18,14 +23,12 @@
        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 @@
        $(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
  
  
  

Reply via email to