diff options
| author | mo khan <mo@mokhan.ca> | 2007-11-02 17:03:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2007-11-02 17:03:42 -0600 |
| commit | 36ffa9f174c831146ca5630a41b75c9d213f3db6 (patch) | |
| tree | 3ba71964656b385995bb9557c87a05b131348ddf /build.bat | |
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 |
