[Ocipl-commits] SF.net SVN: ocipl: [41] trunk/ocipl/Makefile.VC6
Brought to you by:
martinfuchs
|
From: <mar...@us...> - 2008-02-09 10:13:33
|
Revision: 41
http://ocipl.svn.sourceforge.net/ocipl/?rev=41&view=rev
Author: martinfuchs
Date: 2008-02-09 02:13:36 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
switch to Oracle 10 as default
Modified Paths:
--------------
trunk/ocipl/Makefile.VC6
Modified: trunk/ocipl/Makefile.VC6
===================================================================
--- trunk/ocipl/Makefile.VC6 2008-02-09 10:10:53 UTC (rev 40)
+++ trunk/ocipl/Makefile.VC6 2008-02-09 10:13:36 UTC (rev 41)
@@ -8,11 +8,11 @@
#ORACLE_HOME = D:\Oracle\Ora81
#ORACLE_VER = 81
-ORACLE_HOME = D:\Oracle\Ora9i2
-ORACLE_VER = 92
+#ORACLE_HOME = D:\Oracle\Ora9i2
+#ORACLE_VER = 92
-#ORACLE_HOME = D:\Oracle\O10g2
-#ORACLE_VER = 102
+ORACLE_HOME = D:\Oracle\product\10.2.0\client_1
+ORACLE_VER = 102
VC_VER = vc6
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|