You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2001/03/13 23:25:58 UTC

cvs commit: jakarta-tomcat/src/native/apache/jserv Makefile.win32

larryi      01/03/13 14:25:57

  Modified:    src/native/apache/jserv Tag: tomcat_32 Makefile.win32
  Log:
  Update to support building with Apache 1.3.17 and later
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.4.1   +5 -3      jakarta-tomcat/src/native/apache/jserv/Attic/Makefile.win32
  
  Index: Makefile.win32
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/apache/jserv/Attic/Makefile.win32,v
  retrieving revision 1.4
  retrieving revision 1.4.4.1
  diff -u -r1.4 -r1.4.4.1
  --- Makefile.win32	2000/03/28 20:47:21	1.4
  +++ Makefile.win32	2001/03/13 22:25:54	1.4.4.1
  @@ -1,6 +1,6 @@
   #############################################
   # Apache mod_jserv Makefile for Win32 systems
  -# $Revision: 1.4 $
  +# $Revision: 1.4.4.1 $
   #############################################
   
   #####################
  @@ -65,9 +65,11 @@
   ################
   # Linker options
   ################
  -JSERV_L_OPTS = /nologo "$(APACHE_SRC)\CoreR\ApacheCore.lib" kernel32.lib user32.lib \
  +JSERV_L_OPTS = /nologo ApacheCore.lib kernel32.lib user32.lib \
                  gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib \
                  ws2_32.lib /subsystem:console /incremental:no /machine:I386 \
  +               /libpath:"$(APACHE_SRC)\CoreR" \
  +               /libpath:"$(APACHE_SRC)\Release" \
                  /pdb:".\ApacheModuleJServ.pdb" /NODEFAULTLIB:LIBC
                  
   ##################################
  @@ -93,7 +95,7 @@
   build: jserv.h ApacheJServ.exe
       echo Done.
   !ELSE
  -build: jserv.h "$(APACHE_SRC)\CoreR\ApacheCore.lib" ApacheModuleJServ.dll
  +build: jserv.h ApacheModuleJServ.dll
       echo Done.
   !ENDIF
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-dev-help@jakarta.apache.org