Source code of Windows XP (NT5)
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.

30 lines
783 B

  1. !include <ntwin32.mak>
  2. all: cacls.exe
  3. caclsmsg.h caclsmsg.rc msg00001.bin: caclsmsg.mc
  4. mc -v caclsmsg.mc
  5. cacls.res: caclsmsg.rc msg00001.bin cacls.rc
  6. rc -r -fo cacls.res cacls.rc
  7. .cxx.obj:
  8. $(cc) $(cdebug) $(cflags) $(cvars) -I. -DFLAT -DUNICODE -D_UNICODE $*.cxx
  9. cacls.exe: cacls.res \
  10. accacc.obj \
  11. account.obj \
  12. daclwrap.obj \
  13. dumpsec.obj \
  14. fileenum.obj \
  15. filesec.obj \
  16. t2.obj
  17. $(link) $(linkdebug) $(conflags) -machine:$(CPU) -out:$*.exe $** $(conlibs)
  18. !IF ("$(TARGETLANG)" == "LANG_JAPANESE") && ("$(OS)" == "Windows_NT")
  19. rlman -p 932 -n 17 1 -a $*.exe $*.tok $*.exe
  20. !ENDIF
  21. clean:
  22. del *.obj *.res caclsmsg.h caclsmsg.rc msg00001.bin