mod_cache.dsp revision 0a649f5f00c3fca1b5ed74d3044313e9d69dd60b
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# Microsoft Developer Studio Project File - Name="mod_cache" - Package Owner=<4>
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# Microsoft Developer Studio Generated Build File, Format Version 6.00
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# ** DO NOT EDIT **
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel BřezinaCFG=mod_cache - Win32 Debug
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE This is not a valid makefile. To build this project using NMAKE,
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE use the Export Makefile command and run
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE NMAKE /f "mod_cache.mak".
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE You can specify a configuration when running NMAKE
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE by defining the macro CFG on the command line. For example:
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE NMAKE /f "mod_cache.mak" CFG="mod_cache - Win32 Debug"
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE Possible choices for configuration are:
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE "mod_cache - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!MESSAGE "mod_cache - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# Begin Project
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# PROP AllowPerConfigDependencies 0
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# PROP Scc_ProjName ""
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# PROP Scc_LocalPath ""
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina!IF "$(CFG)" == "mod_cache - Win32 Release"
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# PROP BASE Use_MFC 0
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# PROP BASE Use_Debug_Libraries 0
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# PROP BASE Output_Dir "Release"
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# PROP BASE Intermediate_Dir "Release"
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# PROP BASE Target_Dir ""
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# PROP Use_MFC 0
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# PROP Use_Debug_Libraries 0
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# PROP Output_Dir "Release"
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# PROP Intermediate_Dir "Release"
# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "MOD_CACHE_EXPORTS" /FD /c
# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../../srclib/apr-util/include" /I "../../srclib/apr/include" /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "CACHE_DECLARE_EXPORT" /D "MOD_CACHE_EXPORTS" /Fd"Release\mod_cache_src" /FD /c
# ADD RSC /l 0x409 /fo"Release/mod_cache.res" /i "../../include" /i "../../srclib/apr/include" /d "NDEBUG" /d BIN_NAME="mod_cache.so" /d LONG_NAME="cache_module for Apache"
BSC32=bscmake.exe
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll
# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /out:".\Release\mod_cache.so" /base:@..\..\os\win32\BaseAddr.ref,mod_cache.so /opt:ref
TargetPath=.\Release\mod_cache.so
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "../../srclib/apr-util/include" /I "../../srclib/apr/include" /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "CACHE_DECLARE_EXPORT" /Fd"Debug\mod_cache_src" /FD /c
# ADD RSC /l 0x409 /fo"Debug/mod_cache.res" /i "../../include" /i "../../srclib/apr/include" /d "_DEBUG" /d BIN_NAME="mod_cache.so" /d LONG_NAME="cache_module for Apache"
BSC32=bscmake.exe
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug
# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /out:".\Debug\mod_cache.so" /base:@..\..\os\win32\BaseAddr.ref,mod_cache.so
TargetPath=.\Debug\mod_cache.so
PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2
SOURCE=.\cache_storage.c
SOURCE=.\cache_util.c
SOURCE=.\mod_cache.c
SOURCE=.\mod_cache.h
SOURCE=..\..\build\win32\httpd.rc