mod_file_cache.dsp revision 8c8173f49dd7122e10636b3d20ae841551bd0b43
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe# Microsoft Developer Studio Project File - Name="mod_file_cache" - Package Owner=<4>
19d8729755d7f4d9503029a628dacbbdabcd2264wrowe# Microsoft Developer Studio Generated Build File, Format Version 6.00
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# ** DO NOT EDIT **
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
4e8732935d428b2a70151b178a95cbba5d3839f5wroweCFG=mod_file_cache - Win32 Debug
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE This is not a valid makefile. To build this project using NMAKE,
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE use the Export Makefile command and run
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe!MESSAGE NMAKE /f "mod_file_cache.mak".
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE You can specify a configuration when running NMAKE
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE by defining the macro CFG on the command line. For example:
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe!MESSAGE NMAKE /f "mod_file_cache.mak" CFG="mod_file_cache - Win32 Debug"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE Possible choices for configuration are:
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe!MESSAGE "mod_file_cache - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe!MESSAGE "mod_file_cache - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!MESSAGE
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# Begin Project
19d8729755d7f4d9503029a628dacbbdabcd2264wrowe# PROP AllowPerConfigDependencies 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Scc_ProjName ""
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Scc_LocalPath ""
167c53d624e82d105b1517e9599195a30ddb5de8stoddardCPP=cl.exe
167c53d624e82d105b1517e9599195a30ddb5de8stoddardMTL=midl.exe
167c53d624e82d105b1517e9599195a30ddb5de8stoddardRSC=rc.exe
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe!IF "$(CFG)" == "mod_file_cache - Win32 Release"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Use_MFC 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Use_Debug_Libraries 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Output_Dir "Release"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Intermediate_Dir "Release"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Target_Dir ""
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Use_MFC 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Use_Debug_Libraries 0
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# PROP Output_Dir "Release"
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# PROP Intermediate_Dir "Release"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Ignore_Export_Lib 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Target_Dir ""
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
56e85d89d42a6980f31b800266649efbed338da3wrowe# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Release\mod_file_cache_src" /FD /c
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# ADD BASE RSC /l 0x409 /d "NDEBUG"
8c8173f49dd7122e10636b3d20ae841551bd0b43wrowe# ADD RSC /l 0x409 /fo"Release/mod_file_cache.res" /i "../../include" /i "../../srclib/apr/include" /d "NDEBUG" /d BIN_NAME="mod_file_cache.so" /d LONG_NAME="file_cache_module for Apache"
167c53d624e82d105b1517e9599195a30ddb5de8stoddardBSC32=bscmake.exe
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# ADD BASE BSC32 /nologo
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# ADD BSC32 /nologo
167c53d624e82d105b1517e9599195a30ddb5de8stoddardLINK32=link.exe
dcf1a2f80f16265f00fe147de1dbd91af9c32a42wrowe# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_file_cache.so" /base:@..\..\os\win32\BaseAddr.ref,mod_file_cache.so
3082ab8b90e027fa27680f140987ea7e20df5088wrowe# ADD LINK32 /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_file_cache.so" /base:@..\..\os\win32\BaseAddr.ref,mod_file_cache.so /opt:ref
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe!ELSEIF "$(CFG)" == "mod_file_cache - Win32 Debug"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Use_MFC 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Use_Debug_Libraries 1
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Output_Dir "Debug"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Intermediate_Dir "Debug"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP BASE Target_Dir ""
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Use_MFC 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Use_Debug_Libraries 1
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# PROP Output_Dir "Debug"
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# PROP Intermediate_Dir "Debug"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Ignore_Export_Lib 0
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# PROP Target_Dir ""
26b9ccb55ff33097af4914f2e4bd36fec99a039dwrowe# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
0bcc003d275c6b0a9060d43be89762b218cbc2c7wrowe# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Debug\mod_file_cache_src" /FD /c
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
1f2f357528d122de2c7886a073b4eee8766d5c95wrowe# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# ADD BASE RSC /l 0x409 /d "_DEBUG"
8c8173f49dd7122e10636b3d20ae841551bd0b43wrowe# ADD RSC /l 0x409 /fo"Debug/mod_file_cache.res" /i "../../include" /i "../../srclib/apr/include" /d "_DEBUG" /d BIN_NAME="mod_file_cache.so" /d LONG_NAME="file_cache_module for Apache"
167c53d624e82d105b1517e9599195a30ddb5de8stoddardBSC32=bscmake.exe
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# ADD BASE BSC32 /nologo
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# ADD BSC32 /nologo
167c53d624e82d105b1517e9599195a30ddb5de8stoddardLINK32=link.exe
dcf1a2f80f16265f00fe147de1dbd91af9c32a42wrowe# ADD BASE LINK32 /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_file_cache.so" /base:@..\..\os\win32\BaseAddr.ref,mod_file_cache.so
dcf1a2f80f16265f00fe147de1dbd91af9c32a42wrowe# ADD LINK32 /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_file_cache.so" /base:@..\..\os\win32\BaseAddr.ref,mod_file_cache.so
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
167c53d624e82d105b1517e9599195a30ddb5de8stoddard!ENDIF
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# Begin Target
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe# Name "mod_file_cache - Win32 Release"
4e8732935d428b2a70151b178a95cbba5d3839f5wrowe# Name "mod_file_cache - Win32 Debug"
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# Begin Source File
167c53d624e82d105b1517e9599195a30ddb5de8stoddard
990e1969a428b8844e07aad088df41340cd009d4wroweSOURCE=.\mod_file_cache.c
4439ba95daf7b82794fe338726790e2dab89d119wrowe# End Source File
4439ba95daf7b82794fe338726790e2dab89d119wrowe# Begin Source File
4439ba95daf7b82794fe338726790e2dab89d119wrowe
8c8173f49dd7122e10636b3d20ae841551bd0b43wroweSOURCE=..\..\build\win32\httpd.rc
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# End Source File
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# End Target
167c53d624e82d105b1517e9599195a30ddb5de8stoddard# End Project