summaryrefslogtreecommitdiff
path: root/src/imlua3.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/imlua3.mak')
-rw-r--r--src/imlua3.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/imlua3.mak b/src/imlua3.mak
new file mode 100644
index 0000000..aac7b00
--- /dev/null
+++ b/src/imlua3.mak
@@ -0,0 +1,12 @@
+PROJNAME = im
+LIBNAME = imlua3
+OPT = YES
+
+SRC = im_lua3.c
+
+USE_LUA = Yes
+#Do NOT use USE_CD because we use no CD functions, only headers are used.
+INCLUDES = $(CD)/include
+
+USE_IM = Yes
+IM = ..