Author: christian.heimes
Date: Fri Nov 23 18:34:49 2007
New Revision: 59143

Modified:
   python/branches/py3k/PCbuild9/_sqlite3.vcproj
Log:
Paul had the great idea to add /DNO_TCL to the pre-build step. 

Modified: python/branches/py3k/PCbuild9/_sqlite3.vcproj
==============================================================================
--- python/branches/py3k/PCbuild9/_sqlite3.vcproj       (original)
+++ python/branches/py3k/PCbuild9/_sqlite3.vcproj       Fri Nov 23 18:34:49 2007
@@ -53,7 +53,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -117,7 +118,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -181,7 +183,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -246,7 +249,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -310,7 +314,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -375,7 +380,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -440,7 +446,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -505,7 +512,8 @@
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
-                               CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not 
exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll 
$(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if 
not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd 
$(PlatformName)&#x0D;&#x0A;cl /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 
$(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
+                               Description="Build sqlite3 libs and dll"
+                               CommandLine="cd 
&quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist 
&quot;$(OutDir)\sqlite3.dll&quot; if exist sqlite3.dll copy 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 &quot;sqlite3.dll 
$(OutDir)&quot;&#x0D;&#x0A;"
                        />
                        <Tool
                                Name="VCLinkerTool"
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to