Annotation of parser3/src/targets/apache13/ApacheModuleParser3.dsp, revision 1.6
1.1 parser 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
26: # PROP Scc_ProjName "ApacheModuleParser3"
27: # PROP Scc_LocalPath "..\.."
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
41: # PROP Output_Dir "Release"
42: # PROP Intermediate_Dir "Release"
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.3 parser 46: # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\sql" /I "..\..\include" /I "..\.." /I "..\..\types" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c
1.1 parser 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
56: # ADD LINK32 user32.lib kernel32.lib wsock32.lib /nologo /subsystem:windows /dll /machine:I386
57: # SUBTRACT LINK32 /pdb:none /debug
58: # Begin Special Build Tool
59: SOURCE="$(InputPath)"
60: PreLink_Desc=Stopping apache...
61: PreLink_Cmds=net stop apache_release dir>nul
62: PostBuild_Desc=Starting apache...
63: PostBuild_Cmds=net start apache_release
64: # End Special Build Tool
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
75: # PROP Output_Dir "Debug"
76: # PROP Intermediate_Dir "Debug"
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.5 parser 80: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\sql" /I "..\..\include" /I "..\.." /I "..\..\types" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c
1.1 parser 81: # SUBTRACT CPP /YX
82: # ADD BASE MTL /nologo /D "_DEBUG" /win32
83: # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
84: # ADD BASE RSC /l 0x809 /d "_DEBUG"
85: # ADD RSC /l 0x809 /d "_DEBUG"
86: BSC32=bscmake.exe
87: # ADD BASE BSC32 /nologo
88: # ADD BSC32 /nologo
89: LINK32=link.exe
90: # 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
91: # ADD LINK32 user32.lib kernel32.lib wsock32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/ApacheModuleParser3Debug.dll" /pdbtype:sept
92: # SUBTRACT LINK32 /pdb:none /map
93: # Begin Special Build Tool
94: SOURCE="$(InputPath)"
95: PreLink_Desc=Stopping apache...
96: PreLink_Cmds=net stop apache_debug dir>nul
97: PostBuild_Desc=Starting apache...
98: PostBuild_Cmds=net start apache_debug
99: # End Special Build Tool
100:
101: !ENDIF
102:
103: # Begin Target
104:
105: # Name "ApacheModuleParser3 - Win32 Release"
106: # Name "ApacheModuleParser3 - Win32 Debug"
107: # Begin Group "ident"
108:
109: # PROP Default_Filter ""
110: # Begin Source File
111:
1.2 parser 112: SOURCE=..\..\ident.awk
1.1 parser 113:
114: !IF "$(CFG)" == "ApacheModuleParser3 - Win32 Release"
115:
116: # Begin Custom Build - Up-to-dating ident.C...
1.2 parser 117: InputPath=..\..\ident.awk
1.1 parser 118:
119: BuildCmds= \
120: SET tools=\parser3project\win32tools \
121: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
1.4 parser 122: REN ident.C ident.C.old >nul 2>&1 \
123: %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> ident.C.new \
124: REN ident.C.old ident.C >nul 2>&1 \
125: %tools%\diff ident.C ident.C.new >nul 2>&1 \
126: IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
1.1 parser 127: %tools%\touch 0101000001 ident.C.new \
128:
129:
130: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
131: $(BuildCmds)
132:
133: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
134: $(BuildCmds)
135: # End Custom Build
136:
137: !ELSEIF "$(CFG)" == "ApacheModuleParser3 - Win32 Debug"
138:
139: # Begin Custom Build - Up-to-dating ident.C...
1.2 parser 140: InputPath=..\..\ident.awk
1.1 parser 141:
142: BuildCmds= \
143: SET tools=\parser3project\win32tools \
144: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
1.4 parser 145: REN ident.C ident.C.old >nul 2>&1 \
1.2 parser 146: %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> ident.C.new \
1.4 parser 147: REN ident.C.old ident.C >nul 2>&1 \
148: %tools%\diff ident.C ident.C.new >nul 2>&1 \
149: IF ERRORLEVEL 1 COPY ident.C.new ident.C >nul 2>&1 \
1.1 parser 150: %tools%\touch 0101000001 ident.C.new \
151:
152:
153: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
154: $(BuildCmds)
155:
156: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
157: $(BuildCmds)
158: # End Custom Build
159:
160: !ENDIF
161:
162: # End Source File
163: # Begin Source File
164:
165: SOURCE=.\ident.C
166: # End Source File
167: # Begin Source File
168:
169: SOURCE=.\ident.C.new
170: # End Source File
171: # End Group
1.6 ! parser 172: # Begin Group "libs debug"
! 173:
! 174: # PROP Default_Filter ""
! 175: # Begin Source File
! 176:
! 177: SOURCE=..\..\..\..\win32db\lib\debug\libdb.lib
! 178:
! 179: !IF "$(CFG)" == "ApacheModuleParser3 - Win32 Release"
! 180:
! 181: # PROP Exclude_From_Build 1
! 182:
! 183: !ELSEIF "$(CFG)" == "ApacheModuleParser3 - Win32 Debug"
! 184:
! 185: !ENDIF
! 186:
! 187: # End Source File
! 188: # End Group
! 189: # Begin Group "libs release"
! 190:
! 191: # PROP Default_Filter ""
! 192: # Begin Source File
! 193:
! 194: SOURCE=..\..\..\..\win32db\lib\release\libdb.lib
! 195:
! 196: !IF "$(CFG)" == "ApacheModuleParser3 - Win32 Release"
! 197:
! 198: !ELSEIF "$(CFG)" == "ApacheModuleParser3 - Win32 Debug"
! 199:
! 200: # PROP Exclude_From_Build 1
! 201:
! 202: !ENDIF
! 203:
! 204: # End Source File
! 205: # End Group
1.1 parser 206: # Begin Source File
207:
1.2 parser 208: SOURCE=.\mod_parser3.C
1.1 parser 209: # End Source File
210: # Begin Source File
211:
1.2 parser 212: SOURCE=.\pa_pool.C
1.1 parser 213: # End Source File
214: # Begin Source File
215:
1.2 parser 216: SOURCE=.\pa_threads.C
1.1 parser 217: # End Source File
218: # End Target
219: # End Project
E-mail: