add equivalent Powershell scripts to ./build so that etcd can be built on Windows

This commit is contained in:
AndyPook
2013-09-17 09:15:23 +01:00
parent 09f31af88a
commit f03481f733
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
$VER=(git describe --tags HEAD)
@"
package main
const releaseVersion = "$VER"
"@