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_wmv.mak | |
parent | f23d91bd3ba87c8fe6691af9ebd1a5210e2fbaec (diff) |
Upgrading to IM 3.6.2, and doing some cleanup at the same time.
Diffstat (limited to 'im/src/im_wmv.mak')
-rwxr-xr-x | im/src/im_wmv.mak | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/im/src/im_wmv.mak b/im/src/im_wmv.mak deleted file mode 100755 index fef3c40..0000000 --- a/im/src/im_wmv.mak +++ /dev/null @@ -1,23 +0,0 @@ -PROJNAME = im -LIBNAME = im_wmv -OPT = YES - -SRC = im_format_wmv.cpp - -ifneq ($(findstring _64, $(TEC_UNAME)), ) - WMFSDK = d:/lng/wmfsdk95 - INCLUDES = $(WMFSDK)/include -else -# WMFSDK = d:/lng/wmfsdk11 -# EXTRAINCS = $(WMFSDK)/include - WMFSDK = d:/lng/wmfsdk9 - INCLUDES = $(WMFSDK)/include -endif - -DEFINES = _CRT_NON_CONFORMING_SWPRINTFS - -LDIR = $(WMFSDK)/lib -LIBS = wmvcore - -USE_IM = Yes -IM = .. |