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/im_ecw.mak | |
parent | f23d91bd3ba87c8fe6691af9ebd1a5210e2fbaec (diff) |
Upgrading to IM 3.6.2, and doing some cleanup at the same time.
Diffstat (limited to 'im/src/im_ecw.mak')
-rwxr-xr-x | im/src/im_ecw.mak | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/im/src/im_ecw.mak b/im/src/im_ecw.mak deleted file mode 100755 index 0894425..0000000 --- a/im/src/im_ecw.mak +++ /dev/null @@ -1,16 +0,0 @@ -PROJNAME = im -LIBNAME = im_ecw -OPT = YES - -SRC = im_format_ecw.cpp - -ECWSDKINC = d:/lng/ecw_sdk/include -ECWSDKLIB = d:/lng/ecw_sdk/lib/$(TEC_UNAME) - -INCLUDES = ../include $(ECWSDKINC) - -LDIR = $(ECWSDKLIB) -LIBS = NCSEcw - -IM = .. -USE_IM = Yes |