List:Commits« Previous MessageNext Message »
From:jwinstead Date:August 7 2007 6:58pm
Subject:Connector/ODBC 3.51 commit: r640 - branches/guffert/driver
View as plain text  
Modified:
   branches/guffert/driver/CMakeLists.txt
Log:
Add unicode_transcode.c to CMakeLists.txt


Modified: branches/guffert/driver/CMakeLists.txt
===================================================================
--- branches/guffert/driver/CMakeLists.txt	2007-08-06 23:07:09 UTC (rev 639)
+++ branches/guffert/driver/CMakeLists.txt	2007-08-07 16:58:43 UTC (rev 640)
@@ -22,7 +22,7 @@
 
 SET(DRIVER_SRCS
 	catalog.c connect.c cursor.c dll.c error.c execute.c handle.c info.c myodbc3.c 
-	options.c prepare.c results.c transact.c utility.c)
+	options.c prepare.c results.c transact.c unicode_transcode.c utility.c)
 
 IF(WIN32)
 	SET(DRIVER_SRCS ${DRIVER_SRCS} myodbc3.def myodbc3.rc)

Thread
Connector/ODBC 3.51 commit: r640 - branches/guffert/driverjwinstead7 Aug