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.
 
 
 
 
 
 

27 lines
533 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
#
MSC_WARNING_LEVEL=/W3 /WX
MINORCOMP=stga
TARGETNAME=stga
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS= $(BASEDIR)\public\sdk\lib\cairo\*\ole32.lib \
$(BASEDIR)\public\sdk\lib\cairo\*\coruuid.lib
C_DEFINES=$(C_DEFINES) -DUNICODE
INCLUDES=$(INCLUDES);..\..\h
SOURCES= main.cxx \
res.rc
UMTYPE=console