mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
6 lines
94 B
Makefile
6 lines
94 B
Makefile
MODULE = cabarc.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = cabinet
|
|
|
|
C_SRCS = cabarc.c
|