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.

60 lines
2.0 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1996, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. ###########################################################################
  9. # Common make file definitions for the CTOLERPC project to build using
  10. # build.exe for daytona
  11. ###########################################################################
  12. ###########################################################################
  13. #
  14. # Common project definitions
  15. #
  16. ###########################################################################
  17. ###########################################################################
  18. #
  19. # Common C_DEFINES definitions for daytona build
  20. #
  21. ###########################################################################
  22. C_DEFINES= \
  23. $(C_DEFINES) \
  24. -DFLAT \
  25. -DWIN32=100 \
  26. -D_NT1X_=100 \
  27. -DINC_OLE2 \
  28. -DWINVER=0x0400 \
  29. -DSTRICT \
  30. -DUNICODE \
  31. -D_UNICODE
  32. USE_LIBCMT= 1
  33. ###########################################################################
  34. #
  35. # Prevent build from warning about conditionally included headers
  36. #
  37. ###########################################################################
  38. CONDITIONAL_INCLUDES= \
  39. types16.h
  40. ###########################################################################
  41. # Set warning level to 4 and disable some warnings
  42. ###########################################################################
  43. MSC_WARNING_LEVEL=/W4
  44. COMPILER_WARNINGS=/FI$(CTOLERPC)\include\killwarn.h
  45. ###########################################################################
  46. # END OF DAYTONA BUILD ENVIRONMENT SETTINGS
  47. ###########################################################################