Windows2003-3790/shell/cpls/inetcpl/inetcpl.inc
2020-09-30 16:53:55 +02:00

22 lines
415 B
PHP

#
# Common makefile include for this project
#
!include $(CCSHELL_DIR)\common.inc
C_DEFINES = $(C_DEFINES) \
-DMLUI_SUPPORT \
-DMLUI_MESSAGEBOX \
!if !defined(TARGET_WIN95)
USE_NEW_COMMCTRL=1
!endif
!if defined(USE_NEW_COMMCTRL)
C_DEFINES= $(C_DEFINES) -DUXCTRL_VERSION=0x0100
!endif
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc