misc edits in prep for 1.3.1 release

This commit is contained in:
sbohlen
2010-12-07 15:19:47 +00:00
parent 3dcbc88fa7
commit 76445f9665
7 changed files with 85 additions and 53 deletions

View File

@@ -3,7 +3,8 @@
@echo ..
@echo ...
@echo Running full Build Script, capturing output to buildlog.txt file...
build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 > buildlog.txt
@echo Start Time: %time%
build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 >> buildlog.txt
@echo .
@echo ..
@echo ...
@@ -15,4 +16,5 @@ start "ignored but required placeholder window title argument" buildlog.txt
@echo ************************
@echo Build Complete!
@echo ************************
@echo   
@echo End Time: %time%
@echo