summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-03 22:11:57 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-03 22:11:57 +0200
commitee8b7fdfe8fc5780563ff453dfd90c16a63cda0c (patch)
treed66b9856fc6d53841db5c73842867a682944012a
parent58f1c192c2aa58d959ecb69197b2650b27f2eb7d (diff)
downloadwolfbones-ee8b7fdfe8fc5780563ff453dfd90c16a63cda0c.tar.gz
wolfbones-ee8b7fdfe8fc5780563ff453dfd90c16a63cda0c.tar.bz2
works also on Windows, switched back to old Windows 2k infrastructure
-rw-r--r--makefiles/nmake/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index 60349ce..5f62530 100644
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -14,8 +14,8 @@
# some versions of Visual Studio miss the mc.exe binary
#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
-PLATFORM_SDK_DIR = D:\Programme\Microsoft Platform SDK
+PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2
+#PLATFORM_SDK_DIR = D:\Programme\Microsoft Platform SDK
# OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html)
##############################################################