windows-nt/Source/XPSP1/NT/sdktools/cacls/utest/sources

29 lines
482 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# 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