diff options
author | scuri <scuri> | 2008-10-17 06:10:15 +0000 |
---|---|---|
committer | scuri <scuri> | 2008-10-17 06:10:15 +0000 |
commit | 5a422aba704c375a307a902bafe658342e209906 (patch) | |
tree | 5005011e086bb863d8fb587ad3319bbec59b2447 /src/imlua5.mak |
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'src/imlua5.mak')
-rw-r--r-- | src/imlua5.mak | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/imlua5.mak b/src/imlua5.mak new file mode 100644 index 0000000..0776335 --- /dev/null +++ b/src/imlua5.mak @@ -0,0 +1,15 @@ +PROJNAME = im +LIBNAME = imlua51 +DEF_FILE = imlua.def + +OPT = YES + +SRCDIR = lua5 + +SRC = imlua.c imlua_aux.c imlua_convert.c imlua_file.c imlua_image.c imlua_palette.c imlua_util.c + +INCLUDES = lua5 + +USE_IM = YES +USE_LUA51 = YES +IM = .. |