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.

34 lines
809 B

  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. # PRESOURCES must have precomp.h as the first #include in the file.
  14. # There cannot be any #defines before the #include.
  15. PRESOURCES=$(PRESOURCES) \
  16. NTSOURCES=$(NTSOURCES) \
  17. # ..\CNdisApi.cpp \
  18. # MISCSOURCES are the files that don't fit in either NTSOURCES or PRESOURCES
  19. MISCSOURCES=$(MISCSOURCES)
  20. SOURCES=$(SOURCES) \
  21. $(MISCSOURCES) \
  22. $(NTSOURCES) \
  23. $(PRESOURCES)
  24. C_DEFINES=$(C_DEFINES) /DNTONLY=5