summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-04-13 14:23:48 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-04-13 14:23:48 +0200
commit9a19d54a118c8a73d203e773a81cb22ca1205073 (patch)
treed93892afffe4c7c43c96a380bfebf9c2eeb38cd6 /makefiles
parentecaa1f81db0be5fc27b829ca23788807c6a609ee (diff)
downloadwolfbones-9a19d54a118c8a73d203e773a81cb22ca1205073.tar.gz
wolfbones-9a19d54a118c8a73d203e773a81cb22ca1205073.tar.bz2
changed location of Windows platform SDK, tested with VC9 and Windows XP
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/nmake/platform.mk3
1 files changed, 2 insertions, 1 deletions
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