File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 <Tool
5555 Name=" VCPreLinkEventTool"
5656 Description=" Build sqlite3 libs and dll"
57- CommandLine=" cd " $(sqlite3Dir)"
 if not exist " $(OutDir)\sqlite3 .dll" if exist $(PlatformName)\sqlite3 .dll copy $(PlatformName)\sqlite3 .dll " $(OutDir)"
 if exist $(PlatformName)\sqlite3 .lib exit 0
 if not exist $(PlatformName) mkdir $(PlatformName)
 cd $(PlatformName)
 cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
 link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3 .dll *.obj
 if not exist " $(OutDir)\sqlite3 .dll" copy sqlite3 .dll " $(OutDir)"
 "
57+ CommandLine=" cd " $(sqlite3Dir)"
 if not exist " $(OutDir)\sqlite3_d .dll" if exist $(PlatformName)\sqlite3_d .dll copy $(PlatformName)\sqlite3_d .dll " $(OutDir)"
 if exist $(PlatformName)\sqlite3_d .lib exit 0
 if not exist $(PlatformName) mkdir $(PlatformName)
 cd $(PlatformName)
 cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MDd /Gy ..\*.c
 link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3_d .dll *.obj
 if not exist " $(OutDir)\sqlite3_d .dll" copy sqlite3_d .dll " $(OutDir)"
 "
5858 />
5959 <Tool
6060 Name=" VCLinkerTool"
61- AdditionalDependencies=" $(sqlite3Dir)\$(PlatformName)\sqlite3 .lib"
61+ AdditionalDependencies=" $(sqlite3Dir)\$(PlatformName)\sqlite3_d .lib"
6262 BaseAddress=" 0x1e180000"
6363 />
6464 <Tool
315315 <Tool
316316 Name=" VCPreLinkEventTool"
317317 Description=" Build sqlite3 libs and dll"
318- CommandLine=" cd " $(sqlite3Dir)"
 if not exist " $(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll " $(OutDir)"
 if exist $(PlatformName)\sqlite3.lib exit 0
 if not exist $(PlatformName) mkdir $(PlatformName)
 cd $(PlatformName)
 cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
 link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
 if not exist " $(OutDir)\sqlite3.dll" copy sqlite3.dll " $(OutDir)"
 "
318+ CommandLine=" cd " $(sqlite3Dir)"
 if not exist " $(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll " $(OutDir)"
 if exist $(PlatformName)\sqlite3.lib exit 0
 if not exist $(PlatformName) mkdir $(PlatformName)
 cd $(PlatformName)
 cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MDd /Gy ..\*.c
 link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
 if not exist " $(OutDir)\sqlite3.dll" copy sqlite3.dll " $(OutDir)"
 "
319319 />
320320 <Tool
321321 Name=" VCLinkerTool"
447447 <Tool
448448 Name=" VCPreLinkEventTool"
449449 Description=" Build sqlite3 libs and dll"
450- CommandLine=" cd " $(sqlite3Dir)"
 if not exist " $(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll " $(OutDir)"
 if exist $(PlatformName)\sqlite3.lib exit 0
 if not exist $(PlatformName) mkdir $(PlatformName)
 cd $(PlatformName)
 cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c
 link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
 if not exist " $(OutDir)\sqlite3.dll" copy sqlite3.dll " $(OutDir)"
 "
450+ CommandLine=" cd " $(sqlite3Dir)"
 if not exist " $(OutDir)\sqlite3.dll" if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll " $(OutDir)"
 if exist $(PlatformName)\sqlite3.lib exit 0
 if not exist $(PlatformName) mkdir $(PlatformName)
 cd $(PlatformName)
 cl /DNO_TCL /Ox /Ob1 /Oi /GL /GF /FD /MDd /Gy ..\*.c
 link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj
 if not exist " $(OutDir)\sqlite3.dll" copy sqlite3.dll " $(OutDir)"
 "
451451 />
452452 <Tool
453453 Name=" VCLinkerTool"
You can’t perform that action at this time.
0 commit comments