mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-06 03:42:11 +08:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
<#
|
|
CPP_TARGET=./Bin/CodePack
|
|
CPP_VCXPROJS=(
|
|
"CodePack.vcxproj"
|
|
)
|
|
CPP_REMOVES=(
|
|
"../../../Import/Vlpp.Windows.cpp"
|
|
"../../../Import/VlppOS.Windows.cpp"
|
|
)
|
|
TARGETS=("${CPP_TARGET}")
|
|
CPP_COMPILE_OPTIONS="-I ../../../Import -DVCZH_DEBUG_NO_REFLECTION"
|
|
#>
|
|
<#@ include "${VCPROOT}/vl/vmake-cpp" #>
|