mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
79d01be436
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
209 B
Makefile
11 lines
209 B
Makefile
MODULE = iexplore.exe
|
|
APPMODE = -mwindows -municode -Wl,--large-address-aware
|
|
IMPORTS = ieframe
|
|
DELAYIMPORTS = advpack version user32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = iexplore.rc
|
|
|
|
SVG_SRCS = iexplore.svg
|