Buildtools BuildTranslateInputFile.php updated for git
[spidio.git] / _devtools_cli / codegen.phpexe
blob615cc9943ce92219b3d9f960c095818bc0d8e3ce
1 <?php\r
2         /**\r
3          * This is a Windows-based PHP CLI (Command Line Interface) script\r
4          * which is a wrapper around the CodeGen object.\r
5          *\r
6          * Remember: Windows CLI must be executed by the php.exe executable (usually\r
7          * installed at c:\php\php.exe).\r
8          *\r
9          * Typical usage would be:\r
10          *    c:\php\php.exe codegen.phpexe [SETTINGS...]\r
11          */\r
13         // Running as a Windows Command Name\r
14         $strCommandName = 'c:\\php\\php.exe codegen.phpexe';\r
16         // Include the rest of the OS-agnostic script\r
17         require('codegen.inc.php');\r