Fixing our references project generation. Should write to $REFERENCE_FILE (and not %REFERENCE_FILE%)

#rb none

[CL 9577259 by Matt Collins in Main branch]
This commit is contained in:
Matt Collins
2019-10-14 19:12:44 -04:00
parent a946529ee8
commit 5b92997cdf
@@ -22,7 +22,7 @@ for PLATFORM in ../../Engine/Platforms/*; do
for SOURCE_FILE in ${PLATFORM}/Source/Programs/UnrealBuildTool/*; do
echo "<PlatformExtensionCompile Include=\"..\\..\\${SOURCE_FILE//\//\\}\">" >> $REFERENCE_FILE
echo " <Link>Platform\${PLATFORM##*/}\${SOURCE_FILE##*/}</Link>" >> $REFERENCE_FILE
echo "</PlatformExtensionCompile>" >> %REFERENCE_FILE%
echo "</PlatformExtensionCompile>" >> $REFERENCE_FILE
done
done