mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 09:47:59 +00:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
MODULE = cabarc.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = cabinet
|
|
|
|
C_SRCS = cabarc.c
|
|
|
|
@MAKE_PROG_RULES@
|