Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
510 B

#
# 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