summaryrefslogtreecommitdiff
path: root/makefiles/nmake/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/nmake/platform.mk')
-rw-r--r--makefiles/nmake/platform.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/makefiles/nmake/platform.mk b/makefiles/nmake/platform.mk
index aca9926..6c0f90d 100644
--- a/makefiles/nmake/platform.mk
+++ b/makefiles/nmake/platform.mk
@@ -1,17 +1,12 @@
# Sets Windows specific variables
#
-# requires:
-# -
-#
# provides:
# - PLATFORM_SDK_DIR: the location of the Windows Platform SDK, used
# for compiling anything from the Win32 API into a binary/library
#
# author: Andreas Baumann, abaumann at yahoo dot com
-# The location of the Windows Platform SDK
-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
+!include $(TOPDIR)\makefiles\nmake\config.mk
# TODO: maybe we have to probe certain things like the version
# of the visual studio or the availability of certain addons