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.

34 lines
897 B

  1. ####
  2. #crt32.def - definitions for the crt32 build
  3. #
  4. # Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
  5. #
  6. #Purpose:
  7. # This file is included in the 'sources' files in this tree
  8. #
  9. # Key to CRT32 environment variables:
  10. #
  11. #
  12. ################################################################################
  13. NTDEBUG=
  14. NTLEGO=1
  15. TARGETNAMESUFFIX=mt
  16. TARGETTYPE=LIBRARY
  17. MTOPTION=-DMTHREAD -D_MT
  18. C_DEFINES1=-D_WIN32_=1 -D_INTL -D_MBCS -D_KANJI
  19. ASM_DEFINES1=-D_WIN32_=1 -D_INTL
  20. INCLUDES=..\h
  21. !IF "$(CRTLIBDEBUG)" == ""
  22. C_DEFINES=-DNDEBUG $(C_DEFINES1) $(MTOPTION) $(MBCS_DEFINES)
  23. ASM_DEFINES=$(ASM_DEFINES1) $(MTOPTION) $(MBCS_DEFINES)
  24. !ELSE
  25. C_DEFINES=$(C_DEFINES1) -DDEBUG=1 $(MTOPTION) $(MBCS_DEFINES)
  26. ASM_DEFINES=$(ASM_DEFINES1) -DDEBUG=1 $(MTOPTION) $(MBCS_DEFINES)
  27. !ENDIF
  28. # Disable intrinsics on Alpha as it will not allow redefinition of intrinsics
  29. ALPHA_OPTIMIZATION=/Ox /Oi-