mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 22:40:55 +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@
|