mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
13 lines
195 B
Makefile
13 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@
|