mirror of https://github.com/tongzx/nt5src
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.
20 lines
442 B
20 lines
442 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
|
|
|