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/imlua3.mak |
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'src/imlua3.mak')
-rw-r--r-- | src/imlua3.mak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/imlua3.mak b/src/imlua3.mak new file mode 100644 index 0000000..aac7b00 --- /dev/null +++ b/src/imlua3.mak @@ -0,0 +1,12 @@ +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 = .. |