[gs-cvs] rev 8396 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Wed Nov 21 11:44:41 PST 2007
Author: giles
Date: 2007-11-21 11:44:40 -0800 (Wed, 21 Nov 2007)
New Revision: 8396
Modified:
trunk/gs/src/msvc32.mak
Log:
Revert the change to using an environment variable for the MSVC LIBPATH.
Details:
This wasn't effective in addressing the problem and could cause
additional trouble if the environment isn't configured. The changes
in r8394 should properly address the issue of quote interpretation
with MSVC6.
Modified: trunk/gs/src/msvc32.mak
===================================================================
--- trunk/gs/src/msvc32.mak 2007-11-21 06:10:53 UTC (rev 8395)
+++ trunk/gs/src/msvc32.mak 2007-11-21 19:44:40 UTC (rev 8396)
@@ -405,7 +405,7 @@
COMPBASE=
SHAREDBASE=
!else
-COMPBASE=%MSVCDir%
+COMPBASE=$(DEVSTUDIO)\VC98
SHAREDBASE=$(DEVSTUDIO)\Common\MSDev98
!endif
!endif
More information about the gs-cvs
mailing list