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.

21 lines
394 B

  1. #
  2. # Common makefile include for this project
  3. #
  4. !include $(CCSHELL_DIR)\common.inc
  5. C_DEFINES = $(C_DEFINES) \
  6. -DMLUI_SUPPORT \
  7. -DMLUI_MESSAGEBOX \
  8. !if !defined(TARGET_WIN95)
  9. USE_NEW_COMMCTRL=1
  10. !endif
  11. !if defined(USE_NEW_COMMCTRL)
  12. C_DEFINES= $(C_DEFINES) -DUXCTRL_VERSION=0x0100
  13. !endif
  14. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc