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.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to