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