Sweden-Number/programs/iexplore/Makefile.in

18 lines
348 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2006-04-04 16:46:10 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = iexplore.exe
APPMODE = -mwindows
IMPORTS = shdocvw user32 gdi32 kernel32
C_SRCS = \
main.c
2007-08-17 20:39:07 +02:00
RC_SRCS = version.rc
2006-04-04 16:46:10 +02:00
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend