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.

19 lines
362 B

  1. #
  2. # to be included in makefile
  3. #
  4. VERSION=WIN_RELEASE
  5. ##C_DEFINE00=-DCHAR_MIXED -DLANG=JAPANESE
  6. NO_READONLY_STRINGS=1
  7. C_DEFINE0=-DWIN32 -D_WIN32 -D_WINDOWS -DNT -D_NTSDK -DSDK_CODE
  8. C_DEFINE1=-DNO_SMARTHEAP -DNT_EDITION -DJAPANESE -DISOLATION_AWARE_ENABLED
  9. C_DEFINES=-DVERSION=WIN_RELEASE $(C_DEFINE0) $(C_DEFINE1)
  10. MSC_OPTIMIZATION=/J
  11. ##MFC_FLAGS=/J /Gf