()
| 48 | return result |
| 49 | |
| 50 | def printUsage(): |
| 51 | print "Run from the root of the repository (having run vcvars):" |
| 52 | print "python tools/packageRelease.py (version number) (xcode|vc2013|vc2015)" |
| 53 | |
| 54 | def processExport( outputName, compilerName, version ): |
| 55 | print "creating a clean clone of cinder" |