Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

38 lines
676 B

#
# Program: CACLS (Control ACLs)
#
# Synopsis: This program provides command line functionality similar to
# the File Manager's Security Editor
#
# History: Jan-94 Created DaveMont
#
MAJORCOMP=sdktools
MINORCOMP=cacls
TARGETNAME=cacls
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib
# so will be built unicode
C_DEFINES=-DWIN32=300 -DFLAT -DUNICODE -D_UNICODE
BLDCRT=1
SOURCES=accacc.cxx \
account.cxx \
daclwrap.cxx \
dumpsec.cxx \
fileenum.cxx \
filesec.cxx \
t2.cxx \
cacls.rc
386_STDCALL=0
UMTYPE=console
NTTARGETFILE0=caclsmsg.h