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