nacho 2002/06/08 18:53:50 Modified: jk/native2/server/apache2 mod_jk2.dsp Log: * Fixed the "release" build * Added Message reources Revision Changes Path 1.2 +46 -9 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.dsp Index: mod_jk2.dsp =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_jk2.dsp 9 Jun 2002 00:58:46 -0000 1.1 +++ mod_jk2.dsp 9 Jun 2002 01:53:50 -0000 1.2 @@ -74,7 +74,7 @@ # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc0a /d "_DEBUG" -# ADD RSC /l 0xc0a /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo @@ -121,6 +121,10 @@ # End Source File # Begin Source File +SOURCE=..\..\common\jk_config_file.c +# End Source File +# Begin Source File + SOURCE=..\..\common\jk_endpoint.c # End Source File # Begin Source File @@ -169,6 +173,14 @@ # End Source File # Begin Source File +SOURCE=..\..\common\jk_mutex_proc.c +# End Source File +# Begin Source File + +SOURCE=..\..\common\jk_mutex_thread.c +# End Source File +# Begin Source File + SOURCE=..\..\common\jk_nwmain.c # End Source File # Begin Source File @@ -189,10 +201,6 @@ # End Source File # Begin Source File -SOURCE=..\..\common\jk_registry.h -# End Source File -# Begin Source File - SOURCE=..\..\common\jk_requtil.c # End Source File # Begin Source File @@ -243,10 +251,6 @@ SOURCE=.\mod_jk2.c # End Source File -# Begin Source File - -SOURCE=..\..\jni\org_apache_jk_apr_AprImpl.h -# End Source File # End Group # Begin Group "Header Files" @@ -305,6 +309,10 @@ # End Source File # Begin Source File +SOURCE=..\..\common\jk_registry.h +# End Source File +# Begin Source File + SOURCE=..\..\include\jk_requtil.h # End Source File # Begin Source File @@ -335,6 +343,10 @@ SOURCE=..\..\include\jk_workerEnv.h # End Source File +# Begin Source File + +SOURCE=..\..\jni\org_apache_jk_apr_AprImpl.h +# End Source File # End Group # Begin Group "Resource Files" @@ -342,6 +354,31 @@ # Begin Source File SOURCE=..\..\common\jk_logger_win32_message.mc + +!IF "$(CFG)" == "mod_jk2 - Win32 Release" + +# Begin Custom Build - Creating resources from $(InputPath) +InputDir=\tomcat\jakarta-tomcat-connectors\jk\native2\common +InputPath=..\..\common\jk_logger_win32_message.mc + +"..\..\common\jk_logger_win32_message.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + mc -h $(InputDir) -r $(InputDir) $(InputPath) + +# End Custom Build + +!ELSEIF "$(CFG)" == "mod_jk2 - Win32 Debug" + +# Begin Custom Build - Creating resources from $(InputPath) +InputDir=\tomcat\jakarta-tomcat-connectors\jk\native2\common +InputPath=..\..\common\jk_logger_win32_message.mc + +"..\..\common\jk_logger_win32_message.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + mc -h $(InputDir) -r $(InputDir) $(InputPath) + +# End Custom Build + +!ENDIF + # End Source File # Begin Source File
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>