From 00c6e3575d56e982e3528c43d73eb588ff3ff7ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 13 Jun 2010 15:27:29 +0200 Subject: renamed wolf_library_get_func to wolf_library_get as we can load variables in DLLs added tests for variables and structs in DLLs (Windows) --- makefiles/nmake/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefiles') diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk index 51a5aef..60349ce 100644 --- a/makefiles/nmake/config.mk +++ b/makefiles/nmake/config.mk @@ -13,9 +13,9 @@ # newer versions of Visual Studio integrate the header files of the SDK # 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:\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 = D:\Programme\Microsoft Platform SDK # OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html) ############################################################## -- cgit v1.2.3-54-g00ecf