DIB Engine: implement most engine functions
[wine/hacks.git] / programs / iexplore / Makefile.in
blob0d12f9083c180eae52cebc06c97eeeab0325a8c4
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = iexplore.exe
7 APPMODE = -mwindows
8 IMPORTS = shdocvw user32 gdi32 kernel32
10 C_SRCS = \
11 main.c
13 RC_SRCS = iexplore.rc
15 @MAKE_PROG_RULES@