You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
30 lines
991 B
Batchfile
Executable File
30 lines
991 B
Batchfile
Executable File
REM libPNG
|
|
pushd libPNG-1.5.2\projects
|
|
|
|
p4 edit %THIRD_PARTY_CHANGELIST% ..\pnglibconf.h
|
|
p4 edit %THIRD_PARTY_CHANGELIST% ..\lib\...
|
|
|
|
REM vs2015
|
|
pushd vstudio14
|
|
msbuild vstudio14.sln /target:Clean,libpng /p:Platform=Win32;Configuration="Release Library"
|
|
msbuild vstudio14.sln /target:Clean,libpng /p:Platform=Win32;Configuration="Debug Library"
|
|
msbuild vstudio14.sln /target:Clean,libpng /p:Platform=x64;Configuration="Release Library"
|
|
msbuild vstudio14.sln /target:Clean,libpng /p:Platform=x64;Configuration="Debug Library"
|
|
popd
|
|
|
|
REM XboxOne
|
|
pushd XboxOne\VS2015
|
|
msbuild libpng_XboxOne.sln /target:Clean,libpng /p:Platform=Durango;Configuration=Release
|
|
msbuild libpng_XboxOne.sln /target:Clean,libpng /p:Platform=Durango;Configuration=Debug
|
|
popd
|
|
|
|
REM PS4
|
|
pushd PS4
|
|
msbuild libpng.sln /target:Clean,libpng /p:Platform=ORBIS;Configuration=Release
|
|
msbuild libpng.sln /target:Clean,libpng /p:Platform=ORBIS;Configuration=Debug
|
|
popd
|
|
|
|
REM Missing Android, Linux, HTML5
|
|
popd
|
|
|