From b27fc9f0204b57729ad626922db8a8da9e93dd85 Mon Sep 17 00:00:00 2001 From: Ken Sharp Date: Tue, 22 Sep 2009 07:32:57 +0000 Subject: Fix (build) : Incorrect path for Visual Studio 9 in make file Details When the variable MSVC_VERSION (set from the nmake version) is 9, the DEVSTUDIO variable, which contains a path used as the base to find the compiler and tools, was set to 'C:\Program Files\Microsoft Visual Studio 9' the correct default is in fact 'C:\Program Files\Microsoft Visual Studio 9.0' Expected differences None, but the build should work with Visual Studio 9 now. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10079 a1074d23-0009-0410-80fe-cf8c14f379e6 --- common/msvcdefs.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/msvcdefs.mak b/common/msvcdefs.mak index 4b15d2c54..eee56c545 100644 --- a/common/msvcdefs.mak +++ b/common/msvcdefs.mak @@ -89,7 +89,7 @@ LINKLIBPATH=/LIBPATH:"$(COMPBASE)\lib\amd64" /LIBPATH:"$(COMPBASE)\PlatformSDK\L !if $(MSVC_VERSION) == 9 ! ifndef DEVSTUDIO -DEVSTUDIO=C:\Program Files\Microsoft Visual Studio 9 +DEVSTUDIO=C:\Program Files\Microsoft Visual Studio 9.0 ! endif !endif -- cgit v1.2.3