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
498 B
21 lines
498 B
#
|
|
# Common makefile include for this project
|
|
#
|
|
|
|
C_DEFINES = $(C_DEFINES) \
|
|
-DEXPV \
|
|
-DMIME \
|
|
-DBUILDDLL \
|
|
-DIEXPLORER_DOESNT_CHECK_HEAP_RETURN_VALUES
|
|
|
|
!IF !$(FREEBUILD)
|
|
C_DEFINES = $(C_DEFINES) \
|
|
-DVSTF
|
|
!ENDIF
|
|
|
|
!include $(CCSHELL_DIR)\common.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
|
|
DELAYLOAD = WININET.DLL
|
|
DLOAD_ERROR_HANDLER = kernel32.dll
|
|
|