Sha256: 9c6e3de018dc2d2cf7b3033d184156fdf2fb23450641da58a0082926501491d6
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
@echo off ::Project UppercuT - http://uppercut.googlecode.com ::No edits to this file are required - http://uppercut.pbwiki.com if '%1' == '/?' goto usage if '%1' == '-?' goto usage if '%1' == '?' goto usage if '%1' == '/help' goto usage SET DIR=%~d0%~p0% SET NANT="%DIR%lib\Nant\nant.exe" SET build.config.settings="%DIR%settings\UppercuT.config" %NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:.\build\default.build -D:build.config.settings=%build.config.settings% %* if %ERRORLEVEL% NEQ 0 goto errors goto finish :usage echo. echo Usage: build.bat echo. goto finish :errors EXIT /B %ERRORLEVEL% :finish
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uppercutbuild-1.4.0.0 | lib/build.bat |