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.

26 lines
556 B

  1. RGBRASTROOT = $(SWRASTROOT)\rgb
  2. MAJORCOMP = d3d
  3. MINORCOMP = rgbrast
  4. INCLUDES = $(RGBRASTROOT)\pch\$(_OBJ_DIR)\$(TARGET_DIRECTORY);$(RGBRASTROOT)\pch;$(INCLUDES)
  5. # RGB needs __cdecl default.
  6. 386_STDCALL=0
  7. # The framework, and hence RGB require these.
  8. USE_NATIVE_EH=1
  9. USE_STL=1
  10. # Uncomment out if would like to use CRT debugging.
  11. #
  12. #!IF "$(NTDEBUG)" == "ntsd"
  13. #DEBUG_CRTS=1
  14. #!ENDIF
  15. # Disable MASM 5.x compatibility
  16. NOMASMCOMPATIBILITY = 1
  17. # Use MASM 6.11d for assembly since 6.11a doesn't handle the MMX
  18. # macros properly.
  19. 386_ASSEMBLER_NAME = ml611d