diff options
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..20e4168 --- /dev/null +++ b/build.bat @@ -0,0 +1,5 @@ +@echo off
+
+cls
+tools\nant\bin\NAnt.exe -buildfile:project.build -nologo -logfile:build.txt %*
+echo %time%
\ No newline at end of file |
