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
716 B

  1. #
  2. # These defines are for historical (histerical) usage and should not be
  3. # changed for future versions.
  4. #
  5. # WINNT_VER40 means 4.0 and up
  6. #
  7. # for new code, _WIN32_WINNT value should be used instead
  8. #
  9. # DONT CHANGE THESE
  10. #
  11. DEST_OS = 5.0
  12. WINNT_VER = /DWINNT_VER40
  13. NTVERSION = 500
  14. TARGETNAME=cl546x
  15. TARGETPATH=obj
  16. TARGETTYPE=GDI_DRIVER
  17. CHIP_DEFINES= -DDRIVER_5465=0 -DNTDRIVER_546x=1
  18. USER_C_FLAGS = $(WINNT_VER) $(CHIP_DEFINES)
  19. #in free build we are limiting optimizations to avoid a bug
  20. # (also happens if DDKBUILDENV is not defined)
  21. # !if "$(DDKBUILDENV)" != "checked"
  22. # USER_C_FLAGS = $(USER_C_FLAGS) /Ox /G6 /Ot /O2
  23. # !endif
  24. INCLUDES=$(DDK_INC_PATH);..\INCLUDE
  25. SOURCES =