From 9a19d54a118c8a73d203e773a81cb22ca1205073 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 13 Apr 2010 14:23:48 +0200 Subject: changed location of Windows platform SDK, tested with VC9 and Windows XP --- makefiles/nmake/platform.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefiles') diff --git a/makefiles/nmake/platform.mk b/makefiles/nmake/platform.mk index 11f9aad..aca9926 100644 --- a/makefiles/nmake/platform.mk +++ b/makefiles/nmake/platform.mk @@ -10,7 +10,8 @@ # author: Andreas Baumann, abaumann at yahoo dot com # The location of the Windows Platform SDK -PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2 +PLATFORM_SDK_DIR = C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2 +#PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2 # TODO: maybe we have to probe certain things like the version # of the visual studio or the availability of certain addons -- cgit v1.2.3-54-g00ecf