Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph

Merge with stable

Changeset 1e3654a18b9e

Parents e4592fa06147

Parents 6ce119e05d59

by Adrian Buehlmann

Changes to one file · Browse files at 1e3654a18b9e Showing diff from parent e4592fa06147 6ce119e05d59 Diff from another changeset...

Change 1 of 1 Show Entire File win32/​wix/​sdk_build_extensions.cmd Stacked
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@@ -1,26 +0,0 @@
-:: %1 - TortoiseHg Version first level -:: %2 - second level -:: %3 - third level -:: %4 - platform (x86 or x64) -:: %5 - msi product id (GUID) - -set _SDKBIN_=%PROGRAMFILES%\Microsoft SDKs\Windows\v7.0\Bin -if exist "%_SDKBIN_%" goto :ok -set _SDKBIN_=%ProgramW6432%\Microsoft SDKs\Windows\v7.0\Bin -if exist "%_SDKBIN_%" goto :ok -echo Microsoft Windows SDK 7 SP1 not installed -pause -exit 1 -:ok - -cd win32\shellext - -call "%_SDKBIN_%\SetEnv.cmd" /xp /%4 /release -set DEBUG=1 -set THG_PLATFORM=%4 -set THG_EXTRA_CPPFLAGS=/DTHG_PRODUCT_ID=%5 -set THG_EXTRA_RCFLAGS=/dTHG_VERSION_FIRST=%1 /dTHG_VERSION_SECOND=%2 /dTHG_VERSION_THIRD=%3 /dTHG_PRODUCT_ID="%5" -nmake /f Makefile.nmake clean -nmake /f Makefile.nmake -move ThgShell%4.dll .. -move terminate-%4.exe ..