cpstrnew branch (was Re: [fpc-devel] Freepascal 2.4.0rc1 released)
Paul Ishenin
webpirat at mail.ru
Wed Nov 11 14:00:22 CET 2009
Martin Schreiber wrote:
> I try to prove the exciting statement. How can I build a startup compiler for
> the cpstrnew branch or how to compile the cpstrnew branch?
>
I use the next bat file in the compiler dir:
[copy of my bat]
@echo off
c:\programming\cpstrnew\bin\i386-win32\make.exe clean all OPT="-g"
copy ppc386.exe ..\bin\i386-win32\ /y
copy utils\*.exe ..\bin\i386-win32\ /y
[/copy of my bat]
Initially I copied fpc 2.2.4 bin directory to the cpstrnew checkout
directory
To build rtl I use the next bat:
[copy of my bat]
@echo off
..\bin\i386-win32\make.exe clean all OPT="-g"
[/copy of my bat]
Best regards,
Paul Ishenin.
More information about the fpc-devel
mailing list