[fpc-devel]buildfaq.pdf
Darek Mazur
darekm at emadar.com
Fri Jan 2 15:06:06 CET 2004
Hi
I have small improvements of this document:
http://www.stack.nl/~marcov/buildfaq.pdf
This things were very useful for me, and hard to found. For Win programmers
like I Linux tools sometimes is not so easy to use.
My suggestion:
1.Reguirements:
I can't find make32w.zip
I download make from GNU.ORG but no where are write, witch file are need
TIPS: all binaries has to name with lowercase (its not so clear for DOS and
WIN users)
2. Directory layout:
They can be use MAKE without PATH
invoke:
C:\anypath\bin\win32\make
cause search binaries and binutils in C:\anypath\bin\win32 too.
3. The fpc.cfg file
very useful things (form me) is #INCLUDE
example fpc.cfg in project folder:
#IFDEF VER1_1
#INCLUDE C:\fp\bin\win32\fpc.cfg
#ELSE
#INCLUDE C:\pp\bin\win32\fpc.cfg
#ENDIF
Darek
More information about the fpc-devel
mailing list