Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/Makefile

Issue 4660775054475264: Issue #1222 - make sure the installer version is set correctly (Closed)
Patch Set: Created Nov. 27, 2014, 1:15 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_release.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/Makefile
===================================================================
--- a/installer/Makefile
+++ b/installer/Makefile
@@ -73,7 +73,7 @@
# MSBuild process is a file copy, so it's not expensive to clean and build.
#
$(Build_Dir_ia32)installer.sln $(Build_Dir_x64)installer.sln:
- createsolutions.bat
+ createsolutions.bat $(VERSION)
$(MSBuild_Output_ia32): $(Build_Dir_ia32)installer.sln
msbuild /p:Configuration=Release $(Build_Dir_ia32)installer.sln
« no previous file with comments | « build_release.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld