From 67ae21a73302e0676fa3f0d25210c58350d89042 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 9 Nov 2011 20:47:52 +0100 Subject: fixed on Windows --- makefiles/nmake/config.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'makefiles') diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk index c45e359..7a01f94 100644 --- a/makefiles/nmake/config.mk +++ b/makefiles/nmake/config.mk @@ -16,10 +16,12 @@ #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:\Program Files\Microsoft SDKs\Windows\v7.0 +#PLATFORM_SDK_DIR = C:\Program Files\Microsoft SDKs\Windows\v7.0 +PLATFORM_SDK_DIR = D:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2 # OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html) ############################################################## #OPENSSL_DIR=C:\Program Files\OpenSSL -OPENSSL_DIR=C:\Programme\OpenSSL +#OPENSSL_DIR=C:\Programme\OpenSSL +OPENSSL_DIR = D:\Program Files\OpenSSL-1.0.0d -- cgit v1.2.3-54-g00ecf