Skip to content

Commit

Permalink
Adding a script to capture the commands I used to build WinSparkle. N…
Browse files Browse the repository at this point in the history
…ote this is not used, as I still build with the binary release. The WinSparkle repository is here for debugging.
  • Loading branch information
christofmuc committed Jan 17, 2021
1 parent 4985148 commit 101cae6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions third_party/build_winsparkle.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cd winsparkle

rem Download nuget if required
wget https://dist.nuget.org/win-x86-commandline/v5.7.0/nuget.exe

rem Need to have nuget on the path
nuget install packages.config -OutputDirectory packages

rem Then run msbuild, need Command Line for Visual Studio for this to work
msbuild WinSparkle-2017.sln /t:Build /p:Configuration=Debug;WindowsTargetPlatformVersion=10.0.18362.0;Platform=x64

rem Problem is to specify the exact same Windows SDK version as you have (is a CMake output). Could also use the outer property when called from a solution,
rem but how to nest solutions?

0 comments on commit 101cae6

Please sign in to comment.