cutego/setup.bat
2015-11-19 19:29:30 +01:00

8 lines
382 B
Batchfile
Executable file

go run ./internal/setup/check.go %*
if %errorlevel% neq 0 exit /b %errorlevel%
go run %GOPATH%/src/github.com/therecipe/qt/internal/setup/generate.go %*
if %errorlevel% neq 0 exit /b %errorlevel%
go run %GOPATH%/src/github.com/therecipe/qt/internal/setup/install.go %*
if %errorlevel% neq 0 exit /b %errorlevel%
go run %GOPATH%/src/github.com/therecipe/qt/internal/setup/test.go %*