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.
7 lines
320 B
7 lines
320 B
FUSION_LIB_DEST = $(FUSION_ALL_LIB_DEST)
|
|
C_DEFINES = $(C_DEFINES) -DFUSION_ALL -DFUSION_ENABLE_UNWRAPPED_NEW=1 -DFUSION_ENABLE_UNWRAPPED_DELETE=1
|
|
FUSION_INC_PATH=$(FUSION_ALL_INC_PATH)
|
|
FUSION_BUILD_TYPE_PREFIX=
|
|
FUSION_DIRECTDB_INC_DEST=$(FUSION_ALL_DIRECTDB_INC_DEST)
|
|
USE_RTTI=1
|
|
FUSION_LIB_PATH = $(FUSION_ALL_LIB_PATH)
|