summaryrefslogtreecommitdiff
path: root/im/src/im_wmv.mak
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-04 11:56:41 -0800
committerPixel <pixel@nobis-crew.org>2009-11-04 11:59:33 -0800
commitd577d991b97ae2b5ee1af23641bcffc3f83af5b2 (patch)
tree590639d50205d1bcfaff2a7d2dc6ebf3f373c7ed /im/src/im_wmv.mak
Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux.
Diffstat (limited to 'im/src/im_wmv.mak')
-rwxr-xr-xim/src/im_wmv.mak23
1 files changed, 23 insertions, 0 deletions
diff --git a/im/src/im_wmv.mak b/im/src/im_wmv.mak
new file mode 100755
index 0000000..fef3c40
--- /dev/null
+++ b/im/src/im_wmv.mak
@@ -0,0 +1,23 @@
+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 = ..