One day I'll be able to do change something in windows in a single attempt

svn path=/trunk/; revision=17641
This commit is contained in:
Luis Ontanon 2006-03-15 22:58:40 +00:00
parent de1c20ad4b
commit e21b984570
2 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,7 @@ config.h : config.h.win32 config.nmake
-e "s/@WPCAP_CONSTIFIED@/$(WPCAP_CONSTIFIED_CONFIG)/" \
-e "s/@HAVE_GNUTLS@/$(GNUTLS_CONFIG)/" \
-e "s/@HAVE_LUA@/$(LUA_CONFIG)/" \
-e "s/@HAVE_LUA_5_1@/$(LUA_VERSION)/" \
< config.h.win32 > $@
ps.c : rdps.exe print.ps

View File

@ -438,6 +438,7 @@ LUA_CFLAGS=/I$(LUA_DIR)\include
LUA_LIBS=$(LUA_DIR)\lib\vc6\lua51.lib
# Nmake uses carets to escape special characters
LUA_CONFIG=^#define HAVE_LUA 1
LUA_VERSION=^#define HAVE_LUA_5_1 1
!else
LUA_CFLAGS=
LUA_LIBS=