# Microsoft Developer Studio Project File - Name="ApacheCore" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=ApacheCore - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "ApacheCore.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "ApacheCore.mak" CFG="ApacheCore - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "ApacheCore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "ApacheCore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "ApacheCore - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /O2 /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c # ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I ".\include" /I ".\os\win32" /I ".\os\win32\win9xconhook" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /Fd"Release\ApacheCore_src" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x809 /d "NDEBUG" # ADD RSC /l 0x809 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib "Release\buildmark.obj" /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /base:@"os\win32\BaseAddr.ref",ApacheCore /opt:ref # ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib "Release\buildmark.obj" /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /base:@"os\win32\BaseAddr.ref",ApacheCore /opt:ref # Begin Special Build Tool SOURCE="$(InputPath)" PreLink_Desc=Compiling buildmark PreLink_Cmds=cl.exe /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I ".\os\win32" /I ".\os\win32\win9xconhook" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /Fd"Release\ApacheCore_src" /FD /c .\buildmark.c /Fo"Release\buildmark.obj" # End Special Build Tool !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c # ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I ".\include" /I ".\os\win32" /I ".\os\win32\win9xconhook" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /Fd"Debug\ApacheCore_src" /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x809 /d "_DEBUG" # ADD RSC /l 0x809 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib "Debug\buildmark.obj" /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /base:@"os\win32\BaseAddr.ref",ApacheCore # ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib "Debug\buildmark.obj" /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /base:@"os\win32\BaseAddr.ref",ApacheCore # Begin Special Build Tool SOURCE="$(InputPath)" PreLink_Desc=Compiling buildmark PreLink_Cmds=cl.exe /nologo /MDd /W3 /GX /Zi /Od /I ".\include" /I ".\os\win32" /I ".\os\win32\win9xconhook" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /Fd"Debug\ApacheCore_src" /FD /c .\buildmark.c /Fo"Debug\buildmark.obj" # End Special Build Tool !ENDIF # Begin Target # Name "ApacheCore - Win32 Release" # Name "ApacheCore - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" # Begin Source File SOURCE=.\main\alloc.c # End Source File # Begin Source File SOURCE=.\ApacheCore.def # End Source File # Begin Source File SOURCE=.\main\buff.c # End Source File # Begin Source File SOURCE=.\os\win32\getopt.c # End Source File # Begin Source File SOURCE=.\main\http_config.c # End Source File # Begin Source File SOURCE=.\main\http_core.c # End Source File # Begin Source File SOURCE=.\main\http_log.c # End Source File # Begin Source File SOURCE=.\main\http_main.c # End Source File # Begin Source File SOURCE=.\main\http_protocol.c # End Source File # Begin Source File SOURCE=.\main\http_request.c # End Source File # Begin Source File SOURCE=.\main\http_vhost.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_access.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_actions.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_alias.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_asis.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_auth.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_autoindex.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_cgi.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_dir.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_env.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_imap.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_include.c # End Source File # Begin Source File SOURCE=.\os\win32\mod_isapi.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_log_config.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_mime.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_negotiation.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_setenvif.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_so.c # End Source File # Begin Source File SOURCE=.\modules\standard\mod_userdir.c # End Source File # Begin Source File SOURCE=.\os\win32\modules.c # End Source File # Begin Source File SOURCE=.\os\win32\multithread.c # End Source File # Begin Source File SOURCE=.\os\win32\readdir.c # End Source File # Begin Source File SOURCE=.\os\win32\registry.c # End Source File # Begin Source File SOURCE=.\main\rfc1413.c # End Source File # Begin Source File SOURCE=.\os\win32\service.c # End Source File # Begin Source File SOURCE=.\main\util.c # End Source File # Begin Source File SOURCE=.\main\util_date.c # End Source File # Begin Source File SOURCE=.\main\util_md5.c # End Source File # Begin Source File SOURCE=.\main\util_script.c # End Source File # Begin Source File SOURCE=.\main\util_uri.c # End Source File # Begin Source File SOURCE=.\os\win32\util_win32.c # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" # Begin Source File SOURCE=.\include\ap_alloc.h # End Source File # Begin Source File SOURCE=.\include\ap_config.h # End Source File # Begin Source File SOURCE=.\include\ap_mmn.h # End Source File # Begin Source File SOURCE=.\include\buff.h # End Source File # Begin Source File SOURCE=.\include\conf.h # End Source File # Begin Source File SOURCE=.\include\explain.h # End Source File # Begin Source File SOURCE=.\os\win32\getopt.h # End Source File # Begin Source File SOURCE=.\include\hsregex.h # End Source File # Begin Source File SOURCE=.\include\http_conf_globals.h # End Source File # Begin Source File SOURCE=.\include\http_config.h # End Source File # Begin Source File SOURCE=.\include\http_core.h # End Source File # Begin Source File SOURCE=.\include\http_log.h # End Source File # Begin Source File SOURCE=.\include\http_main.h # End Source File # Begin Source File SOURCE=.\include\http_protocol.h # End Source File # Begin Source File SOURCE=.\include\http_request.h # End Source File # Begin Source File SOURCE=.\include\http_vhost.h # End Source File # Begin Source File SOURCE=.\include\httpd.h # End Source File # Begin Source File SOURCE=.\modules\standard\mod_mime.h # End Source File # Begin Source File SOURCE=.\include\multithread.h # End Source File # Begin Source File SOURCE=.\os\win32\os.h # End Source File # Begin Source File SOURCE=.\os\win32\readdir.h # End Source File # Begin Source File SOURCE=.\os\win32\registry.h # End Source File # Begin Source File SOURCE=.\include\rfc1413.h # End Source File # Begin Source File SOURCE=.\include\scoreboard.h # End Source File # Begin Source File SOURCE=.\os\win32\service.h # End Source File # Begin Source File SOURCE=.\include\util_date.h # End Source File # Begin Source File SOURCE=.\include\util_md5.h # End Source File # Begin Source File SOURCE=.\include\util_script.h # End Source File # Begin Source File SOURCE=.\include\util_uri.h # End Source File # End Group # Begin Group "Generated Files" # PROP Default_Filter "" # Begin Source File SOURCE=.\main\gen_test_char.exe !IF "$(CFG)" == "ApacheCore - Win32 Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Generating test_char.h from gen_test_char.exe InputPath=.\main\gen_test_char.exe ".\main\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" .\main\gen_test_char.exe >.\main\test_char.h # End Custom Build !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Generating test_char.h from gen_test_char.exe InputPath=.\main\gen_test_char.exe ".\main\test_char.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" .\main\gen_test_char.exe >.\main\test_char.h # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\main\gen_uri_delims.exe !IF "$(CFG)" == "ApacheCore - Win32 Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Generating uri_delims.h from gen_uri_delims.exe InputPath=.\main\gen_uri_delims.exe ".\main\uri_delims.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" .\main\gen_uri_delims.exe >.\main\uri_delims.h # End Custom Build !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Generating uri_delims.h from gen_uri_delims.exe InputPath=.\main\gen_uri_delims.exe ".\main\uri_delims.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" .\main\gen_uri_delims.exe >.\main\uri_delims.h # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\main\test_char.h # End Source File # Begin Source File SOURCE=.\main\uri_delims.h # End Source File # End Group # End Target # End Project