mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
12 lines
176 B
Makefile
12 lines
176 B
Makefile
MODULE = iexplore.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = ieframe
|
|
DELAYIMPORTS = advpack version
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = iexplore.rc
|
|
|
|
SVG_SRCS = iexplore.svg
|