summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2007-11-02 17:03:42 -0600
committermo khan <mo@mokhan.ca>2007-11-02 17:03:42 -0600
commit36ffa9f174c831146ca5630a41b75c9d213f3db6 (patch)
tree3ba71964656b385995bb9557c87a05b131348ddf /build.bat
import from svntrunkmain
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat5
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