Skip to content

Commit

Permalink
Merge pull request xbmc#2615 from a11599/buildsetupfix
Browse files Browse the repository at this point in the history
[win32] fixed: DX runtime setup was not included after 9eaf1cd
  • Loading branch information
a11599 committed Apr 15, 2013
2 parents 3c7f72c + 9335eac commit 4ffa7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/BuildSetup.bat
Expand Up @@ -282,7 +282,7 @@ IF %comp%==vs2010 (
)

SET NSISExe=%NSISExePath%\makensis.exe
"%NSISExe%" /V1 /X"SetCompressor /FINAL lzma" /Dxbmc_root="%CD%\BUILD_WIN32" /Dxbmc_revision="%GIT_REV%" /Dxbmc_target="%BRANCH%" "XBMC for Windows.nsi"
"%NSISExe%" /V1 /X"SetCompressor /FINAL lzma" /Dxbmc_root="%CD%\BUILD_WIN32" /Dxbmc_revision="%GIT_REV%" /Dxbmc_target="%target%" /Dxbmc_branch="%BRANCH%" "XBMC for Windows.nsi"
IF NOT EXIST "%XBMC_SETUPFILE%" (
set DIETEXT=Failed to create %XBMC_SETUPFILE%. NSIS installed?
goto DIE
Expand Down
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/XBMC for Windows.nsi
Expand Up @@ -15,7 +15,7 @@

;Name and file
Name "XBMC"
OutFile "XBMCSetup-${xbmc_revision}-${xbmc_target}.exe"
OutFile "XBMCSetup-${xbmc_revision}-${xbmc_branch}.exe"

XPStyle on

Expand Down

0 comments on commit 4ffa7d5

Please sign in to comment.