List:Commits« Previous MessageNext Message »
From:lnovitsky Date:August 5 2008 3:21pm
Subject:Connector/ODBC 3.51 commit: r1135 - trunk
View as plain text  
Modified:
   trunk/BUILD.win
Log:
RelWithDebInfo instead of RelWithDbgInfo

Modified: trunk/BUILD.win
===================================================================
--- trunk/BUILD.win	2008-08-04 06:39:09 UTC (rev 1134)
+++ trunk/BUILD.win	2008-08-05 15:21:15 UTC (rev 1135)
@@ -97,7 +97,7 @@
 IDE or from the command line one of
 
   devenv.com MySQL_Connector_ODBC.sln /build Release
-  devenv.com MySQL_Connector_ODBC.sln /build RelWithDbgInfo
+  devenv.com MySQL_Connector_ODBC.sln /build RelWithDebInfo
   devenv.com MySQL_Connector_ODBC.sln /build Debug
 
 Upon completion; you will find the executables in the target sub

Thread
Connector/ODBC 3.51 commit: r1135 - trunklnovitsky5 Aug