mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +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
|