wine/programs/iexplore/Makefile.in

15 lines
222 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2006-04-04 14:46:10 +00:00
MODULE = iexplore.exe
APPMODE = -mwindows
2011-07-29 10:14:40 +00:00
IMPORTS = shdocvw
DELAYIMPORTS = advpack version
2006-04-04 14:46:10 +00:00
C_SRCS = \
main.c
RC_SRCS = iexplore.rc
2007-08-17 18:39:07 +00:00
SVG_SRCS = iexplore.svg
2006-04-04 14:46:10 +00:00
@MAKE_PROG_RULES@