summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-13 15:27:29 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-13 15:27:29 +0200
commit00c6e3575d56e982e3528c43d73eb588ff3ff7ac (patch)
treed206ba1bdf75a009d07d8d4f29a806559d6d7b1d /makefiles
parent5c8df05a029bd9616d517945153a95c6eefc8025 (diff)
downloadwolfbones-00c6e3575d56e982e3528c43d73eb588ff3ff7ac.tar.gz
wolfbones-00c6e3575d56e982e3528c43d73eb588ff3ff7ac.tar.bz2
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)
Diffstat (limited to 'makefiles')
-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 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)
##############################################################