diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 01:06:43 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 01:06:47 +0200 |
commit | 92efe73791d0998536042bfab5a1babc67d168c7 (patch) | |
tree | 6c5f7e9d9a8e5b439f50821f498ae6f6df776f36 /im/src/imlua3.mak | |
parent | f23d91bd3ba87c8fe6691af9ebd1a5210e2fbaec (diff) |
Upgrading to IM 3.6.2, and doing some cleanup at the same time.
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 = .. |