mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
MODULE = cabarc.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = cabinet
|
|
|
|
C_SRCS = cabarc.c
|
|
|
|
@MAKE_PROG_RULES@
|