|
Revision 610, 334 bytes
(checked in by team4, 8 years ago)
|
|
*** empty log message ***
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | @echo off |
|---|
| 2 | :: ------------------------------------------------------------------------- |
|---|
| 3 | :: build.bat Skript for Rapla |
|---|
| 4 | :: |
|---|
| 5 | :: |
|---|
| 6 | :: Usage: |
|---|
| 7 | :: for a list of all available build-targets type |
|---|
| 8 | :: .\build.bat -projecthelp |
|---|
| 9 | |
|---|
| 10 | if not "%ANT_HOME%" =="" goto gotAntHome |
|---|
| 11 | |
|---|
| 12 | set ANT_HOME=. |
|---|
| 13 | :gotAntHome |
|---|
| 14 | call %ANT_HOME%\bin\ant.bat %1 %2 %3 %4 %5 %6 |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | |
|---|