mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
24
lib/symfony/vendor/propel-generator/pear/pear-propel-gen.bat
vendored
Executable file
24
lib/symfony/vendor/propel-generator/pear/pear-propel-gen.bat
vendored
Executable file
@ -0,0 +1,24 @@
|
||||
@ECHO OFF
|
||||
|
||||
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
:: The propel-gen build script for Windows based systems
|
||||
:: $Id: pear-propel-gen.bat,v 1.2 2004/10/17 13:24:09 hlellelid Exp $
|
||||
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
|
||||
::----------------------------------------------------------------------------------
|
||||
:: Please set following to the "phing" script. By default this is expected to be
|
||||
:: on your path. (You don't need to modify this file if that is the case.)
|
||||
|
||||
SET phingScript=phing
|
||||
|
||||
::---------------------------------------------------------------------------------
|
||||
::---------------------------------------------------------------------------------
|
||||
:: Do not modify below this line!! (Unless you know what your doing :)
|
||||
::---------------------------------------------------------------------------------
|
||||
::---------------------------------------------------------------------------------
|
||||
|
||||
"%phingScript%" -f @DATA-DIR@\propel_generator\pear-build.xml -Dproject.dir=%*
|
||||
GOTO :EOF
|
||||
|
||||
:PAUSE_END
|
||||
PAUSE
|
Reference in New Issue
Block a user