summaryrefslogtreecommitdiff
path: root/makefiles/nmake/config.mk
blob: 3dcdef48bdd8ccc3982436d80dff3fa861a8e31e (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Configuration supposed to be configured here by the user
#
# provides:
# - PLATFORM_SDK_DIR
# - BOOST_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

# Boost (http://www.boostpro.com/download)
###########################################

# version of the boost library

BOOST_VERSION=1_42

# base dir where boost is installed

BOOST_DIR=C:\Program Files\boost\boost_$(BOOST_VERSION)
#BOOST_DIR=C:\Programme\boost\boost_$(BOOST_VERSION)

# visual studio version used for compiling

BOOST_VC_VER=vc90
#BOOST_VC_VER=vc80

# TODO: probe those
BOOST_MT=-mt

# OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html)
##############################################################

OPENSSL_DIR=C:\Program Files\OpenSSL
#OPENSSL_DIR=C:\Programme\OpenSSL