Roger Meier | 5b9693c | 2012-02-28 19:32:55 +0000 | [diff] [blame] | 1 | How to use the test case: |
| 2 | ---------------------------------------------- |
| 3 | - copy and the template batch file |
| 4 | - open the batch file and adjust configuration as necessary |
| 5 | - run the batch |
| 6 | |
| 7 | |
| 8 | Configuration: |
| 9 | ---------------------------------------------- |
| 10 | SVNWORKDIR |
| 11 | should point to the Thrift working copy root |
| 12 | |
| 13 | MY_THRIFT_FILES |
| 14 | can be set to point to a folder with more thrift IDL files. |
| 15 | If you don't have any such files, just leave the setting blank. |
| 16 | |
| 17 | BIN |
| 18 | Local MSYS binary folder. Your THRIFT.EXE is installed here. |
| 19 | |
| 20 | MINGW_BIN |
| 21 | Local MinGW bin folder. Contains DLL files required by THRIFT.EXE |
| 22 | |
| 23 | DCC |
| 24 | Identifies the Delphi Command Line compiler (dcc32.exe) |
| 25 | To be configuired only, if the default is not suitable. |
| 26 | |
| 27 | ---------------------------------------------- |
| 28 | *EOF* |