Source code of Windows XP (NT5)
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.

41 lines
701 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.inc
  5. Note:
  6. Common MIDL sources file. Put common MIDL options such as
  7. compiler switches here.
  8. !ENDIF
  9. 386_STDCALL=0
  10. MSC_WARNING_LEVEL=/WX /W4
  11. USE_MSVCRT=1
  12. USE_RTTI=1
  13. # Asserts are enabled on all builds
  14. C_DEFINES= $(C_DEFINES) -DMIDL_ENABLE_ASSERTS
  15. # Setup debug flags
  16. !IF !$(FREEBUILD)
  17. DEBUG_CRTS=1
  18. C_DEFINES= $(C_DEFINES) -DMIDL_INTERNAL
  19. !ENDIF
  20. SUBSYSTEM_VERSION=4.00
  21. UMTYPE=console
  22. # Hacks to make new types work with old
  23. # format string code. Remove before shipping
  24. C_DEFINES= $(C_DEFINES) -DNDR64_ON_DCE_HACK
  25. MIDL_DIR=$(_PROJECT_MK_PATH)\$(O)
  26. MIDL_OBJ_DIR=$(_PROJECT_MK_PATH)\$(_OBJ_DIR)