mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = cacls.exe
|
|
APPMODE = -mconsole
|
|
|
|
C_SRCS = \
|
|
cacls_main.c
|
|
|
|
@MAKE_PROG_RULES@
|