Skip to content

Commit

Permalink
WinRT: made sure build script generates Release-built binaries, by de…
Browse files Browse the repository at this point in the history
…fault

winrtbuild.bat/.ps1 were generating Debug-built binaries, in some cases.
This change makes sure that Release mode is the default.
  • Loading branch information
DavidLudwig committed Jun 15, 2015
1 parent 98f9b88 commit 0c9da0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/winrtbuild.ps1
Expand Up @@ -163,7 +163,7 @@ function Build-SDL-WinRT-Variant
#
# Build the VS Project:
#
cmd.exe /c " ""$BatchFileForMSBuildEnv"" x86 & msbuild ""$VSProjectPath"" /p:Platform=$Platform /p:OutDir=""$OutDir\\"" /p:IntDir=""$IntermediateDir\\""" | Out-Host
cmd.exe /c " ""$BatchFileForMSBuildEnv"" x86 & msbuild ""$VSProjectPath"" /p:Configuration=Release /p:Platform=$Platform /p:OutDir=""$OutDir\\"" /p:IntDir=""$IntermediateDir\\""" | Out-Host
$BuildResult = $?

#
Expand Down

0 comments on commit 0c9da0c

Please sign in to comment.