mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
10 lines
198 B
Makefile
10 lines
198 B
Makefile
MODULE = iexplore.exe
|
|
IMPORTS = ieframe
|
|
DELAYIMPORTS = advpack version user32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode -Wl,--large-address-aware
|
|
|
|
SOURCES = \
|
|
iexplore.rc \
|
|
iexplore.svg \
|
|
main.c
|