rev 395 - trunk/modules/SQLite

SVN User <[email protected]> Mon, 19 Apr 2004 16:53:59 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-04-19 16:53:56 -0400 (Mon, 19 Apr 2004)
New Revision: 395

Modified:
   trunk/modules/SQLite/SQLite.vcproj
Log:
fixed the weird win32 behaviour

Modified: trunk/modules/SQLite/SQLite.vcproj
===================================================================
--- trunk/modules/SQLite/SQLite.vcproj	2004-04-19 19:09:14 UTC (rev 394)
+++ trunk/modules/SQLite/SQLite.vcproj	2004-04-19 20:53:56 UTC (rev 395)
@@ -85,12 +85,13 @@
 				Name="VCLinkerTool"
 				AdditionalDependencies="SQLiteC.lib"
 				OutputFile="$(OutDir)/SQLite.dll"
-				LinkIncremental="1"
+				LinkIncremental="0"
 				AdditionalLibraryDirectories="C:\Prothon\SQLiteC\Debug"
+				IgnoreDefaultLibraryNames="LIBCMTD.lib"
 				GenerateDebugInformation="TRUE"
 				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
+				OptimizeReferences="0"
+				EnableCOMDATFolding="0"
 				ImportLibrary="$(OutDir)/SQLite.lib"
 				TargetMachine="1"/>
 			<Tool