diff options
Diffstat (limited to 'im/src/imlua3.mak')
-rwxr-xr-x | im/src/imlua3.mak | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/im/src/imlua3.mak b/im/src/imlua3.mak deleted file mode 100755 index aac7b00..0000000 --- a/im/src/imlua3.mak +++ /dev/null @@ -1,12 +0,0 @@ -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 = .. |