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.

49 lines
1.1 KiB

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIUNICODE=1
  9. WMIPLATFORM=WIN2K
  10. !include ..\sources.inc
  11. SOURCES_USED=..\sources.inc
  12. TARGETLIBS=$(TARGETLIBS) \
  13. $(NET_LIB_PATH)\ndispnp.lib
  14. # PRESOURCES must have precomp.h as the first #include in the file.
  15. # There cannot be any #defines before the #include.
  16. PRESOURCES=$(PRESOURCES) \
  17. ..\SecUtils.cpp \
  18. ..\securefile.cpp \
  19. ..\accessentry.cpp \
  20. ..\accessentrylist.cpp \
  21. ..\dacl.cpp \
  22. ..\sacl.cpp \
  23. ..\securitydescriptor.cpp \
  24. ..\tokenprivilege.cpp \
  25. ..\accessrights.cpp \
  26. ..\objaccessrights.cpp \
  27. ..\CToken.cpp \
  28. ..\SecureKernelObj.cpp \
  29. NTSOURCES=$(NTSOURCES) \
  30. ..\CNdisApi.cpp \
  31. ..\CMDH.cpp \
  32. # MISCSOURCES are the files that don't fit in either NTSOURCES or PRESOURCES
  33. MISCSOURCES=$(MISCSOURCES)
  34. SOURCES=$(SOURCES) \
  35. $(MISCSOURCES) \
  36. $(NTSOURCES) \
  37. $(PRESOURCES)
  38. C_DEFINES=$(C_DEFINES) /DNTONLY=5