Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.3, 1.0, and 1.0.1

stable shellext: add new build32.cmd and build64.cmd

Two handy batches that open build shells on double-click

Changeset 740915804560

Parent b0f6e7974b75

by Adrian Buehlmann

Changes to 2 files · Browse files at 740915804560 Showing diff from parent b0f6e7974b75 Diff from another changeset...

Change 1 of 1 Show Entire File win32/​shellext/​build32.cmd Stacked
 
 
 
1
@@ -0,0 +1,1 @@
+cmd.exe /E:ON /V:ON /K "C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\SetEnv.cmd" /xp /x86 /Release
Change 1 of 1 Show Entire File win32/​shellext/​build64.cmd Stacked
 
 
 
1
@@ -0,0 +1,1 @@
+cmd.exe /E:ON /V:ON /K "C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\SetEnv.cmd" /xp /x64 /Release