mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
14 lines
195 B
Makefile
14 lines
195 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
|
|
|
|
@MAKE_PROG_RULES@
|