mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 15:01:41 +00:00
15 lines
222 B
Makefile
15 lines
222 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = iexplore.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = ieframe
|
|
DELAYIMPORTS = advpack version
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = iexplore.rc
|
|
|
|
SVG_SRCS = iexplore.svg
|
|
|
|
@MAKE_PROG_RULES@
|