From d577d991b97ae2b5ee1af23641bcffc3f83af5b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 4 Nov 2009 11:56:41 -0800 Subject: Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux. --- im/src/imlua5.mak | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 im/src/imlua5.mak (limited to 'im/src/imlua5.mak') 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 = .. -- cgit v1.2.3