mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
232 B
Makefile
14 lines
232 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|