summaryrefslogtreecommitdiff
path: root/makefiles/nmake/config.mk
blob: 7a01f949102bfbbde667037209001ea2c724e476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Configuration supposed to be configured here by the user
#
# provides:
# - PLATFORM_SDK_DIR
# - OPENSSL_DIR

# please customize

# Windows Platform SDK
######################

# The location of the Windows Platform SDK
# 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:\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 =  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 = D:\Program Files\OpenSSL-1.0.0d