29 lines
482 B
Plaintext
29 lines
482 B
Plaintext
|
#
|
||
|
# Program: VERACL (verify Control ACLs)
|
||
|
#
|
||
|
# Synopsis: This program provides command verification of CACLS, this
|
||
|
# program is used for CACLS unit test.
|
||
|
#
|
||
|
# History: Jan-94 Created DaveMont
|
||
|
#
|
||
|
|
||
|
MAJORCOMP=sdktools
|
||
|
MINORCOMP=cacls
|
||
|
|
||
|
TARGETNAME=veracl
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib
|
||
|
|
||
|
# so will be built unicode
|
||
|
|
||
|
C_DEFINES=-DWIN32=300 -DFLAT -DUNICODE -D_UNICODE
|
||
|
|
||
|
NTDEBUG=ntsd
|
||
|
|
||
|
SOURCES=main.cxx
|
||
|
|
||
|
386_STDCALL=0
|
||
|
|
||
|
UMTYPE=console
|