~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to PC/VS8.0/_sqlite3.vcproj

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                        />
54
54
                        <Tool
55
55
                                Name="VCPreLinkEventTool"
56
 
                                Description="Build sqlite3 libs and dll"
57
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
58
56
                        />
59
57
                        <Tool
60
58
                                Name="VCLinkerTool"
61
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
62
59
                                BaseAddress="0x1e180000"
63
60
                        />
64
61
                        <Tool
118
115
                        />
119
116
                        <Tool
120
117
                                Name="VCPreLinkEventTool"
121
 
                                Description="Build sqlite3 libs and dll"
122
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
123
118
                        />
124
119
                        <Tool
125
120
                                Name="VCLinkerTool"
126
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
127
121
                                BaseAddress="0x1e180000"
128
122
                        />
129
123
                        <Tool
183
177
                        />
184
178
                        <Tool
185
179
                                Name="VCPreLinkEventTool"
186
 
                                Description="Build sqlite3 libs and dll"
187
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
188
180
                        />
189
181
                        <Tool
190
182
                                Name="VCLinkerTool"
191
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
192
183
                                BaseAddress="0x1e180000"
193
184
                        />
194
185
                        <Tool
249
240
                        />
250
241
                        <Tool
251
242
                                Name="VCPreLinkEventTool"
252
 
                                Description="Build sqlite3 libs and dll"
253
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
254
243
                        />
255
244
                        <Tool
256
245
                                Name="VCLinkerTool"
257
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
258
246
                                BaseAddress="0x1e180000"
259
247
                        />
260
248
                        <Tool
314
302
                        />
315
303
                        <Tool
316
304
                                Name="VCPreLinkEventTool"
317
 
                                Description="Build sqlite3 libs and dll"
318
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
319
305
                        />
320
306
                        <Tool
321
307
                                Name="VCLinkerTool"
322
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
323
308
                                BaseAddress="0x1e180000"
324
309
                        />
325
310
                        <Tool
380
365
                        />
381
366
                        <Tool
382
367
                                Name="VCPreLinkEventTool"
383
 
                                Description="Build sqlite3 libs and dll"
384
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
385
368
                        />
386
369
                        <Tool
387
370
                                Name="VCLinkerTool"
388
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
389
371
                                BaseAddress="0x1e180000"
390
372
                                TargetMachine="17"
391
373
                        />
446
428
                        />
447
429
                        <Tool
448
430
                                Name="VCPreLinkEventTool"
449
 
                                Description="Build sqlite3 libs and dll"
450
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
451
431
                        />
452
432
                        <Tool
453
433
                                Name="VCLinkerTool"
454
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
455
434
                                BaseAddress="0x1e180000"
456
435
                        />
457
436
                        <Tool
512
491
                        />
513
492
                        <Tool
514
493
                                Name="VCPreLinkEventTool"
515
 
                                Description="Build sqlite3 libs and dll"
516
 
                                CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\..\sqlite3.def  /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
517
494
                        />
518
495
                        <Tool
519
496
                                Name="VCLinkerTool"
520
 
                                AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
521
497
                                BaseAddress="0x1e180000"
522
498
                                TargetMachine="17"
523
499
                        />