Buildtools BuildTranslateInputFile.php updated for git
[spidio.git] / _devtools_cli / _README.txt
blob512c61900db65203fce318f0db79d536481421bd
1 This directory contains command-line-based drivers for Qcodo's development\r
2 tools:\r
3 \r
4 * codegen.cli - for Unix/Linux/Mac OS X command lines\r
5 * codegen.phpexe - for Windows command line\r
6 \r
7   Both use the QCodeGen and related Qcodo codegen libraries to do the bulk\r
8   of the work. They simply instantiate a QCodeGen object, execute various\r
9   public methods on it to do the code generation, and create a text-based\r
10   report of its activities, outputting it to STDOUT.\r
12 * (future tools tba)\r
14 Feel free to alter the settings, inputs and/or outputs of any of the drivers\r
15 as you wish.\r
18 PATH_TO_PREPEND.TXT\r
20 VERY IMPORTANT: Before running ANY command line tools, you need to be sure\r
21 to update the path_to_prepend.txt file with the absolute path to the\r
22 prepend.inc.php file in your includes directory.\r
25 OTHER IMPORTANT NOTES\r
27 For the .cli version, you may need to update the top line of the file to\r
28 match the path of the PHP bin executable on your system, too.\r
30 For the .phpexe version, you need to remember to run it as a PARAMETER to\r
31 the php.exe executable (usually installed in c:\php\php.exe).\r
34 CUSTOM COMMAND LINE TOOLS\r
36 Feel free to implement your own command line tools here, as well.\r