mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 17:31:15 +00:00
7 lines
124 B
Makefile
7 lines
124 B
Makefile
MODULE = winebrowser.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = urlmon oleaut32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|