mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 09:47:59 +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@
|