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 /test/im_view.mak |
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'test/im_view.mak')
-rw-r--r-- | test/im_view.mak | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/im_view.mak b/test/im_view.mak new file mode 100644 index 0000000..6d4e8f7 --- /dev/null +++ b/test/im_view.mak @@ -0,0 +1,16 @@ +APPNAME = im_view + +LINKER = g++ + +SRC = im_view.c + +USE_CD = Yes +USE_IUPCONTROLS = Yes +USE_IUP = Yes +USE_IM = Yes + +IM = .. +IMINC := $(IM)/include +IMLIB := $(IM)/lib/$(TEC_UNAME) + +USE_STATIC = Yes |