Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[win32] fixed: DX runtime setup was not included after 9eaf1cd #2615

Merged
merged 1 commit into from
Apr 15, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/BuildSetup.bat
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ IF %comp%==vs2010 (
) )


SET NSISExe=%NSISExePath%\makensis.exe 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%" ( IF NOT EXIST "%XBMC_SETUPFILE%" (
set DIETEXT=Failed to create %XBMC_SETUPFILE%. NSIS installed? set DIETEXT=Failed to create %XBMC_SETUPFILE%. NSIS installed?
goto DIE goto DIE
Expand Down
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/XBMC for Windows.nsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


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


XPStyle on XPStyle on


Expand Down