Sweden-Number/programs/iexplore/Makefile.in

15 lines
232 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2006-04-04 16:46:10 +02:00
MODULE = iexplore.exe
APPMODE = -mwindows -municode
IMPORTS = ieframe
DELAYIMPORTS = advpack version
2006-04-04 16:46:10 +02:00
C_SRCS = \
main.c
RC_SRCS = iexplore.rc
2007-08-17 20:39:07 +02:00
SVG_SRCS = iexplore.svg
2006-04-04 16:46:10 +02:00
@MAKE_PROG_RULES@