nacho 02/04/09 16:06:52 Modified: jk/native/iis isapi.dsp Removed: jk/native/iis isapi.dsw isapi.mak Log: * Readded ajp12 dependencies, they are still present in jk * Delted uneeded files, mak can be generated easily in the ide, and dsw it's automatically created when the dsp is used. Revision Changes Path 1.9 +7 -11 jakarta-tomcat-connectors/jk/native/iis/isapi.dsp Index: isapi.dsp =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/iis/isapi.dsp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- isapi.dsp 11 Nov 2001 01:16:49 -0000 1.8 +++ isapi.dsp 9 Apr 2002 23:06:52 -0000 1.9 @@ -43,7 +43,7 @@ # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ISAPI_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\common" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ISAPI_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\common" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ISAPI_EXPORTS" /D "HAVE_JNI" /FR /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x809 /d "NDEBUG" @@ -92,7 +92,7 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=.\isapi.def +SOURCE=..\common\jk_ajp12_worker.c # End Source File # Begin Source File @@ -116,10 +116,6 @@ # End Source File # Begin Source File -SOURCE=..\common\jk_channel_socket.c -# End Source File -# Begin Source File - SOURCE=..\common\jk_connect.c # End Source File # Begin Source File @@ -128,10 +124,6 @@ # End Source File # Begin Source File -SOURCE=..\common\jk_env.c -# End Source File -# Begin Source File - SOURCE=.\jk_isapi_plugin.c # End Source File # Begin Source File @@ -164,7 +156,7 @@ # End Source File # Begin Source File -SOURCE=..\common\jk_registry.c +SOURCE=..\common\jk_sockbuf.c # End Source File # Begin Source File @@ -278,6 +270,10 @@ # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=.\isapi.def +# End Source File # End Group # End Target # End Project
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
