larryi 01/03/13 14:27:29 Modified: src/native/mod_jserv Makefile.win32 Log: Update to support building with Apache 1.3.17 and later Revision Changes Path 1.2 +5 -3 jakarta-tomcat/src/native/mod_jserv/Makefile.win32 Index: Makefile.win32 =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jserv/Makefile.win32,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.win32 2000/08/26 01:21:50 1.1 +++ Makefile.win32 2001/03/13 22:27:27 1.2 @@ -1,6 +1,6 @@ ############################################# # Apache mod_jserv Makefile for Win32 systems -# $Revision: 1.1 $ +# $Revision: 1.2 $ ############################################# ##################### @@ -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: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]