summaryrefslogtreecommitdiff
path: root/im/src/imlua5.mak
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-04 11:56:41 -0800
committerPixel <pixel@nobis-crew.org>2009-11-04 11:59:33 -0800
commitd577d991b97ae2b5ee1af23641bcffc3f83af5b2 (patch)
tree590639d50205d1bcfaff2a7d2dc6ebf3f373c7ed /im/src/imlua5.mak
Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux.
Diffstat (limited to 'im/src/imlua5.mak')
-rwxr-xr-xim/src/imlua5.mak18
1 files changed, 18 insertions, 0 deletions
diff --git a/im/src/imlua5.mak b/im/src/imlua5.mak
new file mode 100755
index 0000000..554b701
--- /dev/null
+++ b/im/src/imlua5.mak
@@ -0,0 +1,18 @@
+PROJNAME = im
+LIBNAME = imlua51
+
+OPT = YES
+
+LOHDIR = lua5/loh
+SRC = lua5/imlua.c lua5/imlua_aux.c lua5/imlua_convert.c lua5/imlua_file.c lua5/imlua_image.c lua5/imlua_palette.c lua5/imlua_util.c
+DEF_FILE = lua5/imlua.def
+
+SRCLUA = lua5/im_image.lua lua5/im_convert.lua
+SRCLUADIR = lua5
+
+INCLUDES = lua5
+
+USE_IM = YES
+USE_LUA51 = YES
+NO_LUALINK = Yes
+IM = ..