mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 17:31:15 +00:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
MODULE = winemsibuilder.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = msi ole32
|
|
|
|
C_SRCS = main.c
|
|
|
|
@MAKE_PROG_RULES@
|