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

  1. #
  2. # Program: VERACL (verify Control ACLs)
  3. #
  4. # Synopsis: This program provides command verification of CACLS, this
  5. # program is used for CACLS unit test.
  6. #
  7. # History: Jan-94 Created DaveMont
  8. #
  9. MAJORCOMP=sdktools
  10. MINORCOMP=cacls
  11. TARGETNAME=veracl
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib
  15. # so will be built unicode
  16. C_DEFINES=-DWIN32=300 -DFLAT -DUNICODE -D_UNICODE
  17. NTDEBUG=ntsd
  18. SOURCES=main.cxx
  19. 386_STDCALL=0
  20. UMTYPE=console