|
Revision 3, 1.1 kB
(checked in by hans, 4 years ago)
|
Added exported CVS repository.
|
| Line | |
|---|
| 1 |
@ECHO OFF |
|---|
| 2 |
|
|---|
| 3 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
|---|
| 4 |
:: The propel-gen build script for Windows based systems |
|---|
| 5 |
:: $Id: pear-propel-gen.bat,v 1.2 2004/10/17 13:24:09 hlellelid Exp $ |
|---|
| 6 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
|---|
| 7 |
|
|---|
| 8 |
::---------------------------------------------------------------------------------- |
|---|
| 9 |
:: Please set following to the "phing" script. By default this is expected to be |
|---|
| 10 |
:: on your path. (You don't need to modify this file if that is the case.) |
|---|
| 11 |
|
|---|
| 12 |
SET phingScript=phing |
|---|
| 13 |
|
|---|
| 14 |
::--------------------------------------------------------------------------------- |
|---|
| 15 |
::--------------------------------------------------------------------------------- |
|---|
| 16 |
:: Do not modify below this line!! (Unless you know what your doing :) |
|---|
| 17 |
::--------------------------------------------------------------------------------- |
|---|
| 18 |
::--------------------------------------------------------------------------------- |
|---|
| 19 |
|
|---|
| 20 |
"%phingScript%" -f @DATA-DIR@\propel_generator\pear-build.xml -Dproject.dir=%* |
|---|
| 21 |
GOTO :EOF |
|---|
| 22 |
|
|---|
| 23 |
:PAUSE_END |
|---|
| 24 |
PAUSE |
|---|