Sweden-Number/programs/iexplore/Makefile.in

12 lines
179 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2006-04-04 16:46:10 +02:00
MODULE = iexplore.exe
APPMODE = -mwindows
IMPORTS = shdocvw user32 gdi32
2006-04-04 16:46:10 +02:00
C_SRCS = \
main.c
RC_SRCS = iexplore.rc
2007-08-17 20:39:07 +02:00
2006-04-04 16:46:10 +02:00
@MAKE_PROG_RULES@