RecompileTee Command Line
Posted: Tue Apr 11, 2017 5:12 pm
Using FinalBuilder, I created a command line call to the recompile with the following (starting in the directory where recompile is).
TeeRecompile.exe -build:25 -silent -sources:"C:\_comps\Steema Software\Steema TeeChart Standard VCL FMX Source Code 2017.21\SourceStandard" -log:"myLog.txt"
This fails with:
===============================================
TeeChart Pro
Compilation started: 4/11/2017 10:04:25 AM
Win32 v25 Enterprise (C++)
EXCEPTION:
Cannot open file "C:\_COMPS\STEEMA SOFTWARE\STEEMA TEECHART STANDARD VCL FMX SOURCE CODE 2017.21\SOURCESTANDARD\TeeProCo.pas". The system cannot find the file specified
--------------------------------------------
Error: Operation aborted
When I navigate to "C:\_COMPS\STEEMA SOFTWARE\STEEMA TEECHART STANDARD VCL FMX SOURCE CODE 2017.21\SOURCESTANDARD\" folder, I have verified that TeeProcs.pas is there, but Recompile is looking for TeeProCo.pas, which is not there.
Am I calling Recompile incorrectly by command line or is there a problem with Recompile correctly processing command line for Tokyo?
TeeRecompile.exe -build:25 -silent -sources:"C:\_comps\Steema Software\Steema TeeChart Standard VCL FMX Source Code 2017.21\SourceStandard" -log:"myLog.txt"
This fails with:
===============================================
TeeChart Pro
Compilation started: 4/11/2017 10:04:25 AM
Win32 v25 Enterprise (C++)
EXCEPTION:
Cannot open file "C:\_COMPS\STEEMA SOFTWARE\STEEMA TEECHART STANDARD VCL FMX SOURCE CODE 2017.21\SOURCESTANDARD\TeeProCo.pas". The system cannot find the file specified
--------------------------------------------
Error: Operation aborted
When I navigate to "C:\_COMPS\STEEMA SOFTWARE\STEEMA TEECHART STANDARD VCL FMX SOURCE CODE 2017.21\SOURCESTANDARD\" folder, I have verified that TeeProcs.pas is there, but Recompile is looking for TeeProCo.pas, which is not there.
Am I calling Recompile incorrectly by command line or is there a problem with Recompile correctly processing command line for Tokyo?