You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user