# -----------------------# 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