aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/config.win
blob: 199ea2592eb842f050355929795ecd8e03a531eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Installation directories
# System's libraries directory (where binary libraries are installed)
LUA_LIBDIR= e:\leonardo\dev\kepler1.1\lua511

# Lua includes directory
#LDAP_INC= c:\dev\openldap-2.1.17_bin\include
LUA_INC= e:\leonardo\dev\kepler1.1\lua511\include

# Lua library
LUA_LIB= e:\leonardo\dev\kepler1.1\lua511\lua5.1.lib

# LDAP library
#LDAP_LIB= c:\dev\openldap-2.1.17_bin\DLLRelease\openldap.lib
LDAP_LIB= Wldap32.lib

LIBNAME= $T.dll

# Compilation directives
WARN= /O2
INCS= /I$(LUA_INC)
# CFLAGS should include -DWINLDAP to use native windows library instead of OpenLDAP
CFLAGS= $(WARN) $(INCS) -DWIN32 -DWINLDAP
CC= cl