summaryrefslogtreecommitdiff
path: root/im/src/imlua5.mak
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 01:06:43 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 01:06:47 +0200
commit92efe73791d0998536042bfab5a1babc67d168c7 (patch)
tree6c5f7e9d9a8e5b439f50821f498ae6f6df776f36 /im/src/imlua5.mak
parentf23d91bd3ba87c8fe6691af9ebd1a5210e2fbaec (diff)
Upgrading to IM 3.6.2, and doing some cleanup at the same time.
Diffstat (limited to 'im/src/imlua5.mak')
-rwxr-xr-xim/src/imlua5.mak18
1 files changed, 0 insertions, 18 deletions
diff --git a/im/src/imlua5.mak b/im/src/imlua5.mak
deleted file mode 100755
index 554b701..0000000
--- a/im/src/imlua5.mak
+++ /dev/null
@@ -1,18 +0,0 @@
-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 = ..