aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Carregal <carregal@luaforge.net>2007-05-18 19:53:02 +0000
committerAndre Carregal <carregal@luaforge.net>2007-05-18 19:53:02 +0000
commit5e9307c5569b46b1289f5d6344dbc18ab23575a2 (patch)
treeb9b9809048c875d8a36619b6e85bc4ff6d419619
parentpointing to Kepler default Windows directories (diff)
downloadlualdap-5e9307c5569b46b1289f5d6344dbc18ab23575a2.tar.xz
lualdap-5e9307c5569b46b1289f5d6344dbc18ab23575a2.zip
Changes related to the new build strucutre using Lua 5.1 default paths
-rwxr-xr-xlualdap/config.win60
1 files changed, 30 insertions, 30 deletions
diff --git a/lualdap/config.win b/lualdap/config.win
index 1b45d70..3b877f8 100755
--- a/lualdap/config.win
+++ b/lualdap/config.win
@@ -1,30 +1,30 @@
-# Installation directories
-# System's libraries directory (where binary libraries are installed)
-LUA_LIBDIR= c:\lua5.1\lib
-
-# Lua includes directory
-LUA_INC= c:\lua5.1\include
-
-# OpenLDAP requires extra include. Comment this line if using ADSI (WinLDAP)
-#LDAP_INC=/IC:\openldap-2.1.17_bin\include
-
-# Lua library
-LUA_LIB= c:\lua5.1\bin\lua5.1.lib
-
-# LDAP library
-#LDAP_LIB= C:\openldap-2.1.17_bin\DLLRelease\openldap.lib
-LDAP_LIB= Wldap32.lib
-
-LIBNAME= $T.dll
-
-# Compilation directives
-WARN= /O2
-
-INCS= /I$(LUA_INC) $(LDAP_INC)
-
-# CFLAGS should include -DWINLDAP to use native windows library instead of OpenLDAP
-#CFLAGS= $(WARN) $(INCS) -DWIN32
-CFLAGS= $(WARN) $(INCS) -DWIN32 -DWINLDAP
-
-CC= cl
-
+# Installation directories
+# System's libraries directory (where binary libraries are installed)
+LUA_LIBDIR= c:\lua5.1
+
+# Lua includes directory
+LUA_INC= c:\lua5.1\include
+
+# OpenLDAP requires extra include. Comment this line if using ADSI (WinLDAP)
+#LDAP_INC=/IC:\openldap-2.1.17_bin\include
+
+# Lua library
+LUA_LIB= c:\lua5.1\lua5.1.lib
+
+# LDAP library
+#LDAP_LIB= C:\openldap-2.1.17_bin\DLLRelease\openldap.lib
+LDAP_LIB= Wldap32.lib
+
+LIBNAME= $T.dll
+
+# Compilation directives
+WARN= /O2
+
+INCS= /I$(LUA_INC) $(LDAP_INC)
+
+# CFLAGS should include -DWINLDAP to use native windows library instead of OpenLDAP
+#CFLAGS= $(WARN) $(INCS) -DWIN32
+CFLAGS= $(WARN) $(INCS) -DWIN32 -DWINLDAP
+
+CC= cl
+