mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
214 B
Makefile
12 lines
214 B
Makefile
MODULE = iexplore.exe
|
|
IMPORTS = ieframe
|
|
DELAYIMPORTS = advpack version user32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode -Wl,--large-address-aware
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = iexplore.rc
|
|
|
|
SVG_SRCS = iexplore.svg
|