windows-nt/Source/XPSP1/NT/shell/cpls/inetcpl/inetcpl.inc

22 lines
394 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# 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