Annotation of parser3/src/targets/apache13/os/win32/ApacheModuleParser3.dsp, revision 1.40
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.31 parser 46: # ADD CPP /nologo /MD /W3 /GX /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.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.32 parser 57: # SUBTRACT LINK32 /pdb:none /debug
1.12 parser 58: # Begin Special Build Tool
59: SOURCE="$(InputPath)"
60: PreLink_Desc=Stopping apache...
1.39 parser 61: PreLink_Cmds=net stop apache_release dir>nul
1.12 parser 62: PostBuild_Desc=Starting apache...
1.33 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.34 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
81: # SUBTRACT CPP /YX
1.2 paf 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
1.16 parser 91: # ADD LINK32 user32.lib kernel32.lib wsock32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/ApacheModuleParser3Debug.dll" /pdbtype:sept
1.15 parser 92: # SUBTRACT LINK32 /pdb:none /map
1.7 paf 93: # Begin Special Build Tool
94: SOURCE="$(InputPath)"
1.10 parser 95: PreLink_Desc=Stopping apache...
1.39 parser 96: PreLink_Cmds=net stop apache_debug dir>nul
1.10 parser 97: PostBuild_Desc=Starting apache...
1.32 parser 98: PostBuild_Cmds=net start apache_debug
1.7 paf 99: # End Special Build Tool
1.2 paf 100:
101: !ENDIF
102:
103: # Begin Target
104:
105: # Name "ApacheModuleParser3 - Win32 Release"
106: # Name "ApacheModuleParser3 - Win32 Debug"
1.34 parser 107: # Begin Group "ident"
108:
109: # PROP Default_Filter ""
110: # Begin Source File
111:
112: SOURCE=..\..\..\..\ident.awk
113:
114: !IF "$(CFG)" == "ApacheModuleParser3 - Win32 Release"
115:
1.38 parser 116: # Begin Custom Build - Up-to-dating ident.C...
1.34 parser 117: InputPath=..\..\..\..\ident.awk
118:
1.38 parser 119: BuildCmds= \
120: SET tools=\parser3project\win32tools \
121: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
122: REN ident.C ident.C.old \
1.40 ! parser 123: %tools%\cat ../../*/*/*.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> ident.C.new \
1.38 parser 124: REN ident.C.old ident.C \
125: %tools%\diff ident.C ident.C.new \
126: IF ERRORLEVEL 1 COPY ident.C.new ident.C \
127: %tools%\touch 0101000001 ident.C.new \
128:
129:
130: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
131: $(BuildCmds)
132:
1.34 parser 133: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.38 parser 134: $(BuildCmds)
1.34 parser 135: # End Custom Build
136:
137: !ELSEIF "$(CFG)" == "ApacheModuleParser3 - Win32 Debug"
138:
1.38 parser 139: # Begin Custom Build - Up-to-dating ident.C...
1.34 parser 140: InputPath=..\..\..\..\ident.awk
141:
1.38 parser 142: BuildCmds= \
143: SET tools=\parser3project\win32tools \
144: ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
145: REN ident.C ident.C.old \
1.40 ! parser 146: %tools%\cat ../../*/*/*.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> ident.C.new \
1.38 parser 147: REN ident.C.old ident.C \
148: %tools%\diff ident.C ident.C.new \
149: IF ERRORLEVEL 1 COPY ident.C.new ident.C \
150: %tools%\touch 0101000001 ident.C.new \
151:
152:
153: "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
154: $(BuildCmds)
155:
1.34 parser 156: "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1.38 parser 157: $(BuildCmds)
1.34 parser 158: # End Custom Build
159:
160: !ENDIF
161:
162: # End Source File
163: # Begin Source File
164:
165: SOURCE=.\ident.C
1.38 parser 166: # End Source File
167: # Begin Source File
168:
169: SOURCE=.\ident.C.new
1.34 parser 170: # End Source File
171: # End Group
1.2 paf 172: # Begin Source File
173:
174: SOURCE=..\..\modules\extra\mod_parser3.C
175: # End Source File
176: # Begin Source File
177:
178: SOURCE=..\..\modules\extra\pa_pool.C
179: # End Source File
1.11 parser 180: # Begin Source File
181:
182: SOURCE=..\..\modules\extra\pa_threads.C
183: # End Source File
1.2 paf 184: # End Target
185: # End Project
E-mail: