From b30d86ed803cf626e2cf167e83ca331388bbee68 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 14 Oct 2014 09:49:43 +0200 Subject: add NMAKE build system to tolua on Windows --- src/libluaglue/Makefile.W32 | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/libluaglue/Makefile.W32 b/src/libluaglue/Makefile.W32 index ec0cd48..fa7a015 100755 --- a/src/libluaglue/Makefile.W32 +++ b/src/libluaglue/Makefile.W32 @@ -10,6 +10,7 @@ INCLUDE_CXXFLAGS = \ INCLUDE_DIRS = \ /I. \ + /I$(TOPDIR)\include \ /I$(TOPDIR)\include\luaglue \ /I$(TOPDIR)\include\util \ /I$(TOPDIR)\lua\src -- cgit v1.2.3-54-g00ecf