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.

43 lines
867 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. USE_MSVCRT=1
  12. MAJORCOMP=perms
  13. MINORCOMP=perms
  14. TARGETNAME=perms
  15. TARGETPATH=.\obj
  16. TARGETTYPE=PROGRAM
  17. #ALT_PROJECT_TARGET=reskit
  18. INCLUDES=.;$(BASEDIR)\private\inc;$(BASEDIR)\private\lsa\inc;..\..\..\..\inc
  19. #NTDEBUG=ntsd
  20. #NTDEBUGTYPE=windbg
  21. #386_OPTIMIZATION=/Od
  22. #386_OPTIMIZATION=/Ox
  23. #386_WARNING_LEVEL=/W4
  24. UMTYPE=console
  25. UMAPPL=perms
  26. UMLIBS=$(SDK_LIB_PATH)\samlib.lib $(SDK_LIB_PATH)\netapi32.lib $(SDK_LIB_PATH)\mpr.lib $(SDK_LIB_PATH)\ntdll.lib
  27. SOURCES= \
  28. perms.c \
  29. perms.rc