From ee8b7fdfe8fc5780563ff453dfd90c16a63cda0c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 Jun 2010 22:11:57 +0200 Subject: works also on Windows, switched back to old Windows 2k infrastructure --- makefiles/nmake/config.mk | 4 ++-- 1 file 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) ############################################################## -- cgit v1.2.3-54-g00ecf