Forum > Editor

[SOLVED]Global Path: there is a file that has all the paths in it, where?

(1/1)

What I can do:
Ok, I found this before but now it escapes all my searches.
There is a path file in the ...Lazarus\fpc\3.2.2... folder somewhere.
The file has a lot of "#" in it like in unix files.
Can anyone show me how this is done?

What I can do:
it's called "fpc.cfg"
it is located in: "..\Lazarus\fpc\3.2.2\bin\x86_64-win64\"
the section is called:
--- Quote ---# -----------------------
# Set Filenames and Paths
# -----------------------

# Both slashes and backslashes are allowed in paths

# path to the messagefile, not necessary anymore but can be used to override
# the default language
#-FrG:\t\Dad\Lazarus\fpc\$FPCVERSION/msg/errore.msg
#-FrG:\t\Dad\Lazarus\fpc\$FPCVERSION/msg/errorn.msg
#-FrG:\t\Dad\Lazarus\fpc\$FPCVERSION/msg/errores.msg
#-FrG:\t\Dad\Lazarus\fpc\$FPCVERSION/msg/errord.msg
#-FrG:\t\Dad\Lazarus\fpc\$FPCVERSION/msg/errorr.msg

# search path for unicode binary files (FPC 2.x does not know this switch)
#ifndef VER2
-FM/unicode/
#endif

# Search for $fpctarget/$fpcsubarch-$fpcmemorymodel/ subdirectory first
# for i8086 CPU
#ifdef cpui8086
-FuG:\t\Dad\Lazarus\fpc\$FPCVERSION/units/$fpctarget/$fpcsubarch-$fpcmemorymodel
-FuG:\t\Dad\Lazarus\fpc\$FPCVERSION/units/$fpctarget/$fpcsubarch-$fpcmemorymodel/*
-FuG:\t\Dad\Lazarus\fpc\$FPCVERSION/units/$fpctarget/$fpcsubarch-$fpcmemorymodel/rtl
-FuG:\t\Dad\Lazarus\fpc\3.2.2\source\Global Units
#endif

# searchpath for units and other system dependent things
-FuG:\t\Dad\Lazarus\fpc\$FPCVERSION/units/$fpctarget
-FuG:\t\Dad\Lazarus\fpc\$FPCVERSION/units/$fpctarget/*
-FuG:\t\Dad\Lazarus\fpc\$FPCVERSION/units/$fpctarget/rtl
-FuG:\t\Dad\Lazarus\fpc\3.2.2\source\Global Units

--- End quote ---

Navigation

[0] Message Index

Go to full version