Typo: inspect_jpegs, not inspect-jpegs in form
[privoxy.git] / visualc / vc_dftables.dsp
1 # Microsoft Developer Studio Project File - Name="vc_dftables" - Package Owner=<4>\r
2 # Microsoft Developer Studio Generated Build File, Format Version 5.00\r
3 # ** DO NOT EDIT **\r
4 \r
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103\r
6 \r
7 CFG=vc_dftables - Win32 Debug with Win32 threads\r
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9 !MESSAGE use the Export Makefile command and run\r
10 !MESSAGE \r
11 !MESSAGE NMAKE /f "vc_dftables.mak".\r
12 !MESSAGE \r
13 !MESSAGE You can specify a configuration when running NMAKE\r
14 !MESSAGE by defining the macro CFG on the command line. For example:\r
15 !MESSAGE \r
16 !MESSAGE NMAKE /f "vc_dftables.mak"\\r
17  CFG="vc_dftables - Win32 Debug with Win32 threads"\r
18 !MESSAGE \r
19 !MESSAGE Possible choices for configuration are:\r
20 !MESSAGE \r
21 !MESSAGE "vc_dftables - Win32 Release" (based on\\r
22  "Win32 (x86) Console Application")\r
23 !MESSAGE "vc_dftables - Win32 Debug" (based on\\r
24  "Win32 (x86) Console Application")\r
25 !MESSAGE "vc_dftables - Win32 Debug with Win32 threads" (based on\\r
26  "Win32 (x86) Console Application")\r
27 !MESSAGE "vc_dftables - Win32 Release with Win32 threads" (based on\\r
28  "Win32 (x86) Console Application")\r
29 !MESSAGE \r
30 \r
31 # Begin Project\r
32 # PROP Scc_ProjName ""\r
33 # PROP Scc_LocalPath ""\r
34 CPP=cl.exe\r
35 RSC=rc.exe\r
36 \r
37 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
38 \r
39 # PROP BASE Use_MFC 0\r
40 # PROP BASE Use_Debug_Libraries 0\r
41 # PROP BASE Output_Dir "Release"\r
42 # PROP BASE Intermediate_Dir "Release"\r
43 # PROP BASE Target_Dir ""\r
44 # PROP Use_MFC 0\r
45 # PROP Use_Debug_Libraries 0\r
46 # PROP Output_Dir "vc_dftables"\r
47 # PROP Intermediate_Dir "vc_dftables"\r
48 # PROP Target_Dir ""\r
49 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
50 # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
51 # ADD BASE RSC /l 0x809 /d "NDEBUG"\r
52 # ADD RSC /l 0x809 /d "NDEBUG"\r
53 BSC32=bscmake.exe\r
54 # ADD BASE BSC32 /nologo\r
55 # ADD BSC32 /nologo\r
56 LINK32=link.exe\r
57 # 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:console /machine:I386\r
58 # ADD 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:console /machine:I386\r
59 # Begin Special Build Tool\r
60 OutDir=.\vc_dftables\r
61 WkspDir=.\r
62 SOURCE=$(InputPath)\r
63 PostBuild_Desc=Running program to generate chartables.c\r
64 PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(WkspDir)\..\pcre\chartables.c\r
65 # End Special Build Tool\r
66 \r
67 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug"\r
68 \r
69 # PROP BASE Use_MFC 0\r
70 # PROP BASE Use_Debug_Libraries 1\r
71 # PROP BASE Output_Dir "Debug"\r
72 # PROP BASE Intermediate_Dir "Debug"\r
73 # PROP BASE Target_Dir ""\r
74 # PROP Use_MFC 0\r
75 # PROP Use_Debug_Libraries 1\r
76 # PROP Output_Dir "vc_dftables_dbg"\r
77 # PROP Intermediate_Dir "vc_dftables_dbg"\r
78 # PROP Ignore_Export_Lib 0\r
79 # PROP Target_Dir ""\r
80 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
81 # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
82 # ADD BASE RSC /l 0x809 /d "_DEBUG"\r
83 # ADD RSC /l 0x809 /d "_DEBUG"\r
84 BSC32=bscmake.exe\r
85 # ADD BASE BSC32 /nologo\r
86 # ADD BSC32 /nologo\r
87 LINK32=link.exe\r
88 # 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:console /debug /machine:I386 /pdbtype:sept\r
89 # ADD 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:console /debug /machine:I386 /pdbtype:sept\r
90 # Begin Special Build Tool\r
91 OutDir=.\vc_dftables_dbg\r
92 SOURCE=$(InputPath)\r
93 PostBuild_Desc=Running program to generate chartables.c\r
94 PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(OutDir)\..\..\pcre\chartables.c\r
95 # End Special Build Tool\r
96 \r
97 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug with Win32 threads"\r
98 \r
99 # PROP BASE Use_MFC 0\r
100 # PROP BASE Use_Debug_Libraries 1\r
101 # PROP BASE Output_Dir "vc_dftab"\r
102 # PROP BASE Intermediate_Dir "vc_dftab"\r
103 # PROP BASE Ignore_Export_Lib 0\r
104 # PROP BASE Target_Dir ""\r
105 # PROP Use_MFC 0\r
106 # PROP Use_Debug_Libraries 1\r
107 # PROP Output_Dir "vc_dftables_dbg"\r
108 # PROP Intermediate_Dir "vc_dftables_dbg"\r
109 # PROP Ignore_Export_Lib 0\r
110 # PROP Target_Dir ""\r
111 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
112 # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
113 # ADD BASE RSC /l 0x809 /d "_DEBUG"\r
114 # ADD RSC /l 0x809 /d "_DEBUG"\r
115 BSC32=bscmake.exe\r
116 # ADD BASE BSC32 /nologo\r
117 # ADD BSC32 /nologo\r
118 LINK32=link.exe\r
119 # 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:console /debug /machine:I386 /pdbtype:sept\r
120 # ADD 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:console /debug /machine:I386 /pdbtype:sept\r
121 # Begin Special Build Tool\r
122 OutDir=.\vc_dftables_dbg\r
123 SOURCE=$(InputPath)\r
124 PostBuild_Desc=Running program to generate chartables.c\r
125 PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(OutDir)\..\..\pcre\chartables.c\r
126 # End Special Build Tool\r
127 \r
128 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Release with Win32 threads"\r
129 \r
130 # PROP BASE Use_MFC 0\r
131 # PROP BASE Use_Debug_Libraries 0\r
132 # PROP BASE Output_Dir "vc_dfta0"\r
133 # PROP BASE Intermediate_Dir "vc_dfta0"\r
134 # PROP BASE Target_Dir ""\r
135 # PROP Use_MFC 0\r
136 # PROP Use_Debug_Libraries 0\r
137 # PROP Output_Dir "vc_dftables"\r
138 # PROP Intermediate_Dir "vc_dftables"\r
139 # PROP Target_Dir ""\r
140 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
141 # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
142 # ADD BASE RSC /l 0x809 /d "NDEBUG"\r
143 # ADD RSC /l 0x809 /d "NDEBUG"\r
144 BSC32=bscmake.exe\r
145 # ADD BASE BSC32 /nologo\r
146 # ADD BSC32 /nologo\r
147 LINK32=link.exe\r
148 # 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:console /machine:I386\r
149 # ADD 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:console /machine:I386\r
150 # Begin Special Build Tool\r
151 OutDir=.\vc_dftables\r
152 WkspDir=.\r
153 SOURCE=$(InputPath)\r
154 PostBuild_Desc=Running program to generate chartables.c\r
155 PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(WkspDir)\..\pcre\chartables.c\r
156 # End Special Build Tool\r
157 \r
158 !ENDIF \r
159 \r
160 # Begin Target\r
161 \r
162 # Name "vc_dftables - Win32 Release"\r
163 # Name "vc_dftables - Win32 Debug"\r
164 # Name "vc_dftables - Win32 Debug with Win32 threads"\r
165 # Name "vc_dftables - Win32 Release with Win32 threads"\r
166 # Begin Group "File Copy"\r
167 \r
168 # PROP Default_Filter ""\r
169 # Begin Source File\r
170 \r
171 SOURCE=.\vc_config_pthreads.h\r
172 \r
173 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
174 \r
175 # PROP Ignore_Default_Tool 1\r
176 # Begin Custom Build - Copying vc_config_pthreads.h\r
177 WkspDir=.\r
178 InputPath=.\vc_config_pthreads.h\r
179 \r
180 "$(WkspDir)\..\src\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
181         copy "$(InputPath)" "$(WkspDir)\..\src\config.h"\r
182 \r
183 # End Custom Build\r
184 \r
185 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug"\r
186 \r
187 # PROP Ignore_Default_Tool 1\r
188 # Begin Custom Build - Copying vc_config_pthreads.h\r
189 WkspDir=.\r
190 InputPath=.\vc_config_pthreads.h\r
191 \r
192 "$(WkspDir)\..\src\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
193         copy "$(InputPath)" "$(WkspDir)\..\src\config.h"\r
194 \r
195 # End Custom Build\r
196 \r
197 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug with Win32 threads"\r
198 \r
199 # PROP Exclude_From_Build 1\r
200 # PROP Ignore_Default_Tool 1\r
201 \r
202 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Release with Win32 threads"\r
203 \r
204 # PROP Exclude_From_Build 1\r
205 # PROP Ignore_Default_Tool 1\r
206 \r
207 !ENDIF \r
208 \r
209 # End Source File\r
210 # Begin Source File\r
211 \r
212 SOURCE=.\vc_config_winthreads.h\r
213 \r
214 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
215 \r
216 # PROP Exclude_From_Build 1\r
217 # PROP Ignore_Default_Tool 1\r
218 \r
219 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug"\r
220 \r
221 # PROP Exclude_From_Build 1\r
222 # PROP Ignore_Default_Tool 1\r
223 \r
224 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug with Win32 threads"\r
225 \r
226 # PROP Ignore_Default_Tool 1\r
227 # Begin Custom Build - Copying vc_config_winthreads.h\r
228 WkspDir=.\r
229 InputPath=.\vc_config_winthreads.h\r
230 \r
231 "$(WkspDir)\..\src\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
232         copy "$(InputPath)" "$(WkspDir)\..\src\config.h"\r
233 \r
234 # End Custom Build\r
235 \r
236 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Release with Win32 threads"\r
237 \r
238 # PROP Ignore_Default_Tool 1\r
239 # Begin Custom Build - Copying vc_config_winthreads.h\r
240 WkspDir=.\r
241 InputPath=.\vc_config_winthreads.h\r
242 \r
243 "$(WkspDir)\..\src\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
244         copy "$(InputPath)" "$(WkspDir)\..\src\config.h"\r
245 \r
246 # End Custom Build\r
247 \r
248 !ENDIF \r
249 \r
250 # End Source File\r
251 # End Group\r
252 # Begin Source File\r
253 \r
254 SOURCE=..\pcre\config.h\r
255 # End Source File\r
256 # Begin Source File\r
257 \r
258 SOURCE=..\src\config.h\r
259 # End Source File\r
260 # Begin Source File\r
261 \r
262 SOURCE=..\pcre\dftables.c\r
263 # End Source File\r
264 # Begin Source File\r
265 \r
266 SOURCE=..\pcre\internal.h\r
267 # End Source File\r
268 # Begin Source File\r
269 \r
270 SOURCE=..\pcre\maketables.c\r
271 \r
272 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
273 \r
274 # PROP Exclude_From_Build 1\r
275 \r
276 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug"\r
277 \r
278 # PROP Exclude_From_Build 1\r
279 \r
280 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug with Win32 threads"\r
281 \r
282 # PROP BASE Exclude_From_Build 1\r
283 # PROP Exclude_From_Build 1\r
284 \r
285 !ELSEIF  "$(CFG)" == "vc_dftables - Win32 Release with Win32 threads"\r
286 \r
287 # PROP BASE Exclude_From_Build 1\r
288 # PROP Exclude_From_Build 1\r
289 \r
290 !ENDIF \r
291 \r
292 # End Source File\r
293 # Begin Source File\r
294 \r
295 SOURCE=..\pcre\pcre.h\r
296 # End Source File\r
297 # End Target\r
298 # End Project\r