Annotation of parser3/src/targets/apache13/os/win32/ApacheModuleParser3.dsp, revision 1.22
1.2 paf 1: # Microsoft Developer Studio Project File - Name="ApacheModuleParser3" - Package Owner=<4>
2: # Microsoft Developer Studio Generated Build File, Format Version 6.00
3: # ** DO NOT EDIT **
4:
5: # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6:
7: CFG=ApacheModuleParser3 - Win32 Release
8: !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9: !MESSAGE use the Export Makefile command and run
10: !MESSAGE
11: !MESSAGE NMAKE /f "ApacheModuleParser3.mak".
12: !MESSAGE
13: !MESSAGE You can specify a configuration when running NMAKE
14: !MESSAGE by defining the macro CFG on the command line. For example:
15: !MESSAGE
16: !MESSAGE NMAKE /f "ApacheModuleParser3.mak" CFG="ApacheModuleParser3 - Win32 Release"
17: !MESSAGE
18: !MESSAGE Possible choices for configuration are:
19: !MESSAGE
20: !MESSAGE "ApacheModuleParser3 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21: !MESSAGE "ApacheModuleParser3 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22: !MESSAGE
23:
24: # Begin Project
25: # PROP AllowPerConfigDependencies 0
1.21 parser 26: # PROP Scc_ProjName "ApacheModuleParser3"
27: # PROP Scc_LocalPath "..\.."
1.2 paf 28: CPP=cl.exe
29: MTL=midl.exe
30: RSC=rc.exe
31:
32: !IF "$(CFG)" == "ApacheModuleParser3 - Win32 Release"
33:
34: # PROP BASE Use_MFC 0
35: # PROP BASE Use_Debug_Libraries 0
36: # PROP BASE Output_Dir ".\Release"
37: # PROP BASE Intermediate_Dir ".\Release"
38: # PROP BASE Target_Dir ""
39: # PROP Use_MFC 0
40: # PROP Use_Debug_Libraries 0
1.16 parser 41: # PROP Output_Dir "Release"
42: # PROP Intermediate_Dir "Release"
1.2 paf 43: # PROP Ignore_Export_Lib 1
44: # PROP Target_Dir ""
45: # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /c
1.6 paf 46: # ADD CPP /nologo /MD /W3 /O2 /I "\apache-1.3\src\include" /I "\apache-1.3\src\os\win32" /I "..\..\..\..\include" /I "..\..\..\.." /I "..\..\..\..\types" /I "..\..\..\..\classes" /I "..\..\..\..\sql" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c
1.2 paf 47: # ADD BASE MTL /nologo /D "NDEBUG" /win32
48: # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49: # ADD BASE RSC /l 0x809 /d "NDEBUG"
50: # ADD RSC /l 0x809 /d "NDEBUG"
51: BSC32=bscmake.exe
52: # ADD BASE BSC32 /nologo
53: # ADD BSC32 /nologo
54: LINK32=link.exe
55: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
1.17 parser 56: # ADD LINK32 user32.lib kernel32.lib wsock32.lib /nologo /subsystem:windows /dll /machine:I386
1.2 paf 57: # SUBTRACT LINK32 /pdb:none
1.12 parser 58: # Begin Special Build Tool
59: SOURCE="$(InputPath)"
60: PreLink_Desc=Stopping apache...
1.20 parser 61: PreLink_Cmds=net stop apache_release
1.12 parser 62: PostBuild_Desc=Starting apache...
1.20 parser 63: PostBuild_Cmds=net start apache_release
1.12 parser 64: # End Special Build Tool
1.2 paf 65:
66: !ELSEIF "$(CFG)" == "ApacheModuleParser3 - Win32 Debug"
67:
68: # PROP BASE Use_MFC 0
69: # PROP BASE Use_Debug_Libraries 1
70: # PROP BASE Output_Dir ".\Debug"
71: # PROP BASE Intermediate_Dir ".\Debug"
72: # PROP BASE Target_Dir ""
73: # PROP Use_MFC 0
74: # PROP Use_Debug_Libraries 1
1.16 parser 75: # PROP Output_Dir "Debug"
76: # PROP Intermediate_Dir "Debug"
1.2 paf 77: # PROP Ignore_Export_Lib 1
78: # PROP Target_Dir ""
79: # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /c
1.16 parser 80: # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\..\..\..\sql" /I "\apache-1.3\src\include" /I "\apache-1.3\src\os\win32" /I "..\..\..\..\include" /I "..\..\..\.." /I "..\..\..\..\types" /I "..\..\..\..\classes" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /YX /FD /TP /c
1.2 paf 81: # ADD BASE MTL /nologo /D "_DEBUG" /win32
82: # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
83: # ADD BASE RSC /l 0x809 /d "_DEBUG"
84: # ADD RSC /l 0x809 /d "_DEBUG"
85: BSC32=bscmake.exe
86: # ADD BASE BSC32 /nologo
87: # ADD BSC32 /nologo
88: LINK32=link.exe
89: # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
1.16 parser 90: # ADD LINK32 user32.lib kernel32.lib wsock32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/ApacheModuleParser3Debug.dll" /pdbtype:sept
1.15 parser 91: # SUBTRACT LINK32 /pdb:none /map
1.7 paf 92: # Begin Special Build Tool
93: SOURCE="$(InputPath)"
1.10 parser 94: PreLink_Desc=Stopping apache...
1.19 parser 95: PreLink_Cmds=net stop apache_debug
1.10 parser 96: PostBuild_Desc=Starting apache...
1.19 parser 97: PostBuild_Cmds=net start apache_debug
1.7 paf 98: # End Special Build Tool
1.2 paf 99:
100: !ENDIF
101:
102: # Begin Target
103:
104: # Name "ApacheModuleParser3 - Win32 Release"
105: # Name "ApacheModuleParser3 - Win32 Debug"
106: # Begin Source File
107:
1.22 ! parser 108: SOURCE=..\..\..\..\acinclude.m4
! 109: # End Source File
! 110: # Begin Source File
! 111:
! 112: SOURCE=..\..\..\..\aclocal.m4
! 113: # End Source File
! 114: # Begin Source File
! 115:
! 116: SOURCE=..\..\..\..\asm.txt
! 117: # End Source File
! 118: # Begin Source File
! 119:
! 120: SOURCE=..\..\..\..\AUTHORS
! 121: # End Source File
! 122: # Begin Source File
! 123:
! 124: SOURCE=..\..\..\..\ChangeLog
! 125: # End Source File
! 126: # Begin Source File
! 127:
! 128: SOURCE=..\..\..\..\config.guess
! 129: # End Source File
! 130: # Begin Source File
! 131:
! 132: SOURCE=..\..\..\..\config.sub
! 133: # End Source File
! 134: # Begin Source File
! 135:
! 136: SOURCE=..\..\..\..\configure
! 137: # End Source File
! 138: # Begin Source File
! 139:
! 140: SOURCE=..\..\..\..\configure.in
! 141: # End Source File
! 142: # Begin Source File
! 143:
! 144: SOURCE=..\..\..\..\COPYING
! 145: # End Source File
! 146: # Begin Source File
! 147:
! 148: SOURCE=..\..\..\..\form.txt
! 149: # End Source File
! 150: # Begin Source File
! 151:
! 152: SOURCE=..\..\..\..\INSTALL
! 153: # End Source File
! 154: # Begin Source File
! 155:
! 156: SOURCE="..\..\..\..\install-sh"
! 157: # End Source File
! 158: # Begin Source File
! 159:
! 160: SOURCE=..\..\..\..\lang.txt
! 161: # End Source File
! 162: # Begin Source File
! 163:
! 164: SOURCE=..\..\..\..\ltconfig
! 165: # End Source File
! 166: # Begin Source File
! 167:
! 168: SOURCE=..\..\..\..\ltmain.sh
! 169: # End Source File
! 170: # Begin Source File
! 171:
! 172: SOURCE=..\..\..\..\Makefile.am
! 173: # End Source File
! 174: # Begin Source File
! 175:
! 176: SOURCE=..\..\..\..\Makefile.in
! 177: # End Source File
! 178: # Begin Source File
! 179:
! 180: SOURCE=..\..\..\..\missing
! 181: # End Source File
! 182: # Begin Source File
! 183:
! 184: SOURCE=..\..\..\..\mkinstalldirs
! 185: # End Source File
! 186: # Begin Source File
! 187:
1.2 paf 188: SOURCE=..\..\modules\extra\mod_parser3.C
189: # End Source File
190: # Begin Source File
191:
1.22 ! parser 192: SOURCE=..\..\..\..\NEWS
! 193: # End Source File
! 194: # Begin Source File
! 195:
! 196: SOURCE=..\..\..\..\operators.txt
! 197: # End Source File
! 198: # Begin Source File
! 199:
1.2 paf 200: SOURCE=..\..\modules\extra\pa_pool.C
201: # End Source File
1.11 parser 202: # Begin Source File
203:
204: SOURCE=..\..\modules\extra\pa_threads.C
1.22 ! parser 205: # End Source File
! 206: # Begin Source File
! 207:
! 208: SOURCE=..\..\..\..\parser3.dsw
! 209: # End Source File
! 210: # Begin Source File
! 211:
! 212: SOURCE=..\..\..\..\README
! 213: # End Source File
! 214: # Begin Source File
! 215:
! 216: SOURCE=..\..\..\..\sql.txt
! 217: # End Source File
! 218: # Begin Source File
! 219:
! 220: SOURCE=..\..\..\..\types.txt
1.11 parser 221: # End Source File
1.2 paf 222: # End Target
223: # End Project
E-mail: