mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-10 13:38:50 +08:00
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
<#
|
|
CPP_TARGET=./Bin/GlrParserGen
|
|
CPP_VCXPROJS=(
|
|
"GlrParserGen.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" #>
|