[Xmlstorage-commits] SF.net SVN: xmlstorage: [93] trunk/c++/Makefile.VC6
Brought to you by:
martinfuchs
|
From: <mar...@us...> - 2008-05-30 12:01:41
|
Revision: 93
http://xmlstorage.svn.sourceforge.net/xmlstorage/?rev=93&view=rev
Author: martinfuchs
Date: 2008-05-30 05:01:49 -0700 (Fri, 30 May 2008)
Log Message:
-----------
update local path
Modified Paths:
--------------
trunk/c++/Makefile.VC6
Modified: trunk/c++/Makefile.VC6
===================================================================
--- trunk/c++/Makefile.VC6 2008-05-30 08:23:51 UTC (rev 92)
+++ trunk/c++/Makefile.VC6 2008-05-30 12:01:49 UTC (rev 93)
@@ -1,8 +1,8 @@
PROJ = xmlstorage
-INCL_PATH = E:\include
-LIB32 = E:\lib32
-HTML_DIR = E:\html\newhome
+INCL_PATH = W:\include
+LIB32 = W:\lib32
+HTML_DIR = W:\html\newhome
CFLAGS = -nologo -GX
LFLAGS = -nologo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|