mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 05:40:20 +02:00
* path to tools added, OS/2 version updated
This commit is contained in:
parent
98abf80f1f
commit
a171c48b18
@ -174,6 +174,9 @@ defaultcfg=
|
|||||||
#-Fl$1/lib
|
#-Fl$1/lib
|
||||||
#-Fl/lib;/usr/lib
|
#-Fl/lib;/usr/lib
|
||||||
|
|
||||||
|
# searchpath for tools
|
||||||
|
-FD$1/bin/$TARGET
|
||||||
|
|
||||||
|
|
||||||
# -------------
|
# -------------
|
||||||
# Linking
|
# Linking
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
#
|
#
|
||||||
# EMX Install file
|
# EMX Install file
|
||||||
#
|
#
|
||||||
title=Free Pascal Compiler 0.99.12b for OS/2 and DOS
|
title=Free Pascal Compiler 0.99.14 for OS/2 and DOS (EMX)
|
||||||
version=0.99.12b
|
version=0.99.14
|
||||||
|
|
||||||
basepath=c:\pp
|
basepath=c:\pp
|
||||||
binsub=\bin\os2
|
binsub=\bin\os2
|
||||||
@ -22,17 +22,20 @@ package=demo.zip,D~e~mos
|
|||||||
#
|
#
|
||||||
# Source packages
|
# Source packages
|
||||||
#
|
#
|
||||||
source=rl09912s.zip,~R~un time library sources
|
source=basesrc.zip,Basic Makefiles for the sources
|
||||||
source=pp09912s.zip,~C~ompiler sources
|
source=compsrc.zip,~C~ompiler sources
|
||||||
source=fc09912s.zip,~F~ree component library (FCL) sources
|
source=rtlsrc.zip,~R~un time library sources
|
||||||
source=fv09912s.zip,Free ~V~ision (FV) and API sources
|
source=fclsrc.zip,~F~ree component library (FCL) sources
|
||||||
source=gt09912s.zip,~G~TK interface sources
|
source=apisrc.zip,API units sources
|
||||||
source=doc160s.zip,Documentation sources (La~T~eX)
|
source=pkgssrc.zip,Packages units sources
|
||||||
|
source=utilssrc.zip,Utils sources
|
||||||
|
source=instsrc.zip,Installer sources
|
||||||
|
source=docsrc.zip,Documentation sources (La~T~eX)
|
||||||
|
|
||||||
cfgfile=ppc386.cfg
|
cfgfile=ppc386.cfg
|
||||||
defaultcfg=
|
defaultcfg=
|
||||||
#
|
#
|
||||||
# Example ppc386.cfg for Free Pascal Compiler Version 0.99.12
|
# Example ppc386.cfg for Free Pascal Compiler Version 0.99.14
|
||||||
#
|
#
|
||||||
|
|
||||||
# ----------------------
|
# ----------------------
|
||||||
@ -155,79 +158,18 @@ defaultcfg=
|
|||||||
# searchpath for objectfiles
|
# searchpath for objectfiles
|
||||||
#-Fo$1/source/rtl/inc;$1/source/rtl/i386
|
#-Fo$1/source/rtl/inc;$1/source/rtl/i386
|
||||||
|
|
||||||
# searchpath for units and other system dependent things
|
|
||||||
#IFDEF Go32V1
|
|
||||||
-FD$1/bin/go32v1
|
|
||||||
#IFDEF FPC_LINK_STATIC
|
|
||||||
-Fu$1/rtl/go32v1/static
|
|
||||||
-Fu$1/units/go32v1/static
|
|
||||||
#ENDIF
|
|
||||||
-Fu$1/rtl/go32v1
|
|
||||||
-Fu$1/units/go32v1
|
|
||||||
-Fu$1/source/rtl/go32v1
|
|
||||||
-Fi$1/source/rtl/go32v1
|
|
||||||
-Fo$1/source/rtl/go32v1
|
|
||||||
#ENDIF
|
|
||||||
#IFDEF Go32V2
|
|
||||||
-FD$1/bin/go32v2
|
|
||||||
#IFDEF FPC_LINK_STATIC
|
|
||||||
-Fu$1/rtl/go32v2/static
|
|
||||||
-Fu$1/units/go32v2/static
|
|
||||||
#ENDIF
|
|
||||||
-Fu$1/rtl/go32v2
|
|
||||||
-Fu$1/units/go32v2
|
|
||||||
-Fu$1/source/rtl/go32v2
|
|
||||||
-Fi$1/source/rtl/go32v2
|
|
||||||
-Fo$1/source/rtl/go32v2
|
|
||||||
#ENDIF
|
|
||||||
#IFDEF Win32
|
|
||||||
-FD$1/bin/win32
|
|
||||||
#IFDEF FPC_LINK_STATIC
|
|
||||||
-Fu$1/rtl/win32/static
|
|
||||||
-Fu$1/units/win32/static
|
|
||||||
#ENDIF
|
|
||||||
-Fu$1/rtl/win32
|
|
||||||
-Fu$1/units/win32
|
|
||||||
-Fu$1/source/rtl/win32
|
|
||||||
-Fi$1/source/rtl/win32
|
|
||||||
-Fo$1/source/rtl/win32
|
|
||||||
#ENDIF
|
|
||||||
#IFDEF OS2
|
|
||||||
-FD$1/bin/os2
|
|
||||||
#IFDEF FPC_LINK_STATIC
|
|
||||||
-Fu$1/rtl/os2/static
|
|
||||||
-Fu$1/units/os2/static
|
|
||||||
#ENDIF
|
|
||||||
-Fu$1/rtl/os2
|
|
||||||
-Fu$1/units/os2
|
|
||||||
-Fu$1/source/rtl/os2
|
|
||||||
-Fi$1/source/rtl/os2
|
|
||||||
-Fo$1/source/rtl/os2
|
|
||||||
#ENDIF
|
|
||||||
#IFDEF Linux
|
|
||||||
# For statically, smartlinked units
|
|
||||||
#IFDEF FPC_LINK_STATIC
|
|
||||||
-Fu$1/rtl/static
|
|
||||||
-Fu$1/units/static
|
|
||||||
#ENDIF
|
|
||||||
# For Dynamically linked units
|
|
||||||
#IFDEF FPC_LINK_DYNAMIC
|
|
||||||
-Fu$1/rtl/shared
|
|
||||||
-Fu$1/units/shared
|
|
||||||
#ENDIF
|
|
||||||
-Fu$1/rtl/linux
|
|
||||||
-Fu$1/units/linux
|
|
||||||
-Fu$1/source/rtl/linux
|
|
||||||
-Fi$1/source/rtl/linux
|
|
||||||
-Fo$1/source/rtl/linux
|
|
||||||
#-Fu~/pp/units;~/pp/rtl/linux
|
|
||||||
#-Fu/usr/lib/fpc/0.99.12/units;/usr/lib/fpc/0.99.12/rtl
|
|
||||||
#ENDIF
|
|
||||||
|
|
||||||
# searchpath for libraries
|
# searchpath for libraries
|
||||||
#-Fl$1/lib
|
#-Fl$1/lib
|
||||||
#-Fl/lib;/usr/lib
|
#-Fl/lib;/usr/lib
|
||||||
|
|
||||||
|
# searchpath for units and other system dependent things
|
||||||
|
-Fu$1/units/$TARGET
|
||||||
|
-Fu$1/units/$TARGET/*
|
||||||
|
-Fu$1/units/$TARGET/rtl
|
||||||
|
|
||||||
|
# searchpath for tools
|
||||||
|
-FD$1/bin/$TARGET
|
||||||
|
|
||||||
|
|
||||||
# -------------
|
# -------------
|
||||||
# Linking
|
# Linking
|
||||||
|
@ -176,6 +176,9 @@ defaultcfg=
|
|||||||
#-Fl$1/lib
|
#-Fl$1/lib
|
||||||
#-Fl/lib;/usr/lib
|
#-Fl/lib;/usr/lib
|
||||||
|
|
||||||
|
# searchpath for tools
|
||||||
|
-FD$1/bin/$TARGET
|
||||||
|
|
||||||
|
|
||||||
# -------------
|
# -------------
|
||||||
# Linking
|
# Linking
|
||||||
|
Loading…
Reference in New Issue
Block a user