iup-stack/im/test/im_copy.mak

15 lines
184 B
Makefile
Raw Permalink Normal View History

2023-02-20 16:44:45 +00:00
APPNAME = im_copy
APPTYPE = console
SRC = im_copy.cpp
USE_IM = Yes
IM = ..
USE_STATIC = Yes
ifneq ($(findstring Win, $(TEC_SYSNAME)), )
LIBS = im_wmv im_avi vfw32 wmvcore
endif