summaryrefslogtreecommitdiff
path: root/tolua/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tolua/Makefile.W32')
-rw-r--r--tolua/Makefile.W3217
1 files changed, 17 insertions, 0 deletions
diff --git a/tolua/Makefile.W32 b/tolua/Makefile.W32
new file mode 100644
index 0000000..ac903e0
--- /dev/null
+++ b/tolua/Makefile.W32
@@ -0,0 +1,17 @@
+# makefile for tolua hierarchy
+
+tolua:
+ cd src\lib; nmake all
+ cd src\bin; nmake all
+
+tests:
+ cd src\tests; nmake all
+
+all clean klean:
+ cd src\lib; nmake $@
+ cd src\bin; nmake $@
+ cd src\tests; nmake $@
+
+debug:
+ cd src/bin; make debug
+