summaryrefslogtreecommitdiff
path: root/src/libluaglue
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-08 14:29:34 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-08 14:29:34 +0200
commit7280e10e8bfa507953d8c823abd502db98c514fa (patch)
tree9c60dad32369be442e659dede923f67e2a9a546c /src/libluaglue
parent4aec1091870aaeec9d64b4bd9d7d143ef4a2bbcc (diff)
downloadcrawler-7280e10e8bfa507953d8c823abd502db98c514fa.tar.gz
crawler-7280e10e8bfa507953d8c823abd502db98c514fa.tar.bz2
some fixes on Windows
Diffstat (limited to 'src/libluaglue')
-rwxr-xr-xsrc/libluaglue/Makefile.W328
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libluaglue/Makefile.W32 b/src/libluaglue/Makefile.W32
index 605835e..8b34ea8 100755
--- a/src/libluaglue/Makefile.W32
+++ b/src/libluaglue/Makefile.W32
@@ -6,16 +6,18 @@ SUBDIRS =
INCLUDE_CXXFLAGS = \
/D_WIN32_WINNT=0x504 \
- /DBUILDING_UTIL
+ /DBUILDING_LUAGLUE
INCLUDE_DIRS = \
/I. \
- /I$(TOPDIR)\include\util
+ /I$(TOPDIR)\include\luaglue \
+ /I$(TOPDIR)\lua\src
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
-
+ $(TOPDIR)\lua\src\lua52.lib
+
CPP_OBJS = \
LuaVM.obj