mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 08:30:54 +02:00
* Forgot to add
git-svn-id: trunk@15335 -
This commit is contained in:
parent
81648b6fbf
commit
ce8ab2b735
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2241,6 +2241,8 @@ packages/fcl-web/examples/webdata/demos.txt svneol=native#text/plain
|
||||
packages/fcl-web/examples/webdata/users.dbf -text
|
||||
packages/fcl-web/fpmake.pp svneol=native#text/plain
|
||||
packages/fcl-web/fptemplate.txt svneol=native#text/plain
|
||||
packages/fcl-web/src/base/Makefile svneol=native#text/plain
|
||||
packages/fcl-web/src/base/Makefile.fpc svneol=native#text/plain
|
||||
packages/fcl-web/src/base/README.txt svneol=native#text/plain
|
||||
packages/fcl-web/src/base/cgiapp.pp svneol=native#text/plain
|
||||
packages/fcl-web/src/base/custcgi.pp svneol=native#text/plain
|
||||
|
3246
packages/fcl-web/src/base/Makefile
Normal file
3246
packages/fcl-web/src/base/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
42
packages/fcl-web/src/base/Makefile.fpc
Normal file
42
packages/fcl-web/src/base/Makefile.fpc
Normal file
@ -0,0 +1,42 @@
|
||||
#
|
||||
# Makefile.fpc for FCL Web components
|
||||
#
|
||||
|
||||
[package]
|
||||
main=fcl-web
|
||||
version=2.5.1
|
||||
|
||||
[target]
|
||||
units=httpdefs fphttp custweb custcgi fpcgi fphtml websession fpweb \
|
||||
webutil fpdatasetform cgiapp ezcgi fpapache webpage fcgigate
|
||||
rsts=fpcgi fphtml fpweb websession cgiapp
|
||||
|
||||
# these units are listed separately because they don't work for
|
||||
# darwin (which does support the rest of fcl-web)
|
||||
units_beos=custfcgi fpfcgi
|
||||
units_haiku=custfcgi fpfcgi
|
||||
units_freebsd=custfcgi fpfcgi
|
||||
units_solaris=custfcgi fpfcgi
|
||||
units_netbsd=custfcgi fpfcgi
|
||||
units_openbsd=custfcgi fpfcgi
|
||||
units_linux=custfcgi fpfcgi
|
||||
units_win32=custfcgi fpfcgi
|
||||
units_win64=custfcgi fpfcgi
|
||||
units_wince=custfcgi fpfcgi
|
||||
|
||||
[require]
|
||||
packages=fcl-base fcl-xml fcl-db fcl-process httpd22 fastcgi
|
||||
packages_darwin=univint
|
||||
|
||||
[compiler]
|
||||
options=-S2h
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
||||
[default]
|
||||
fpcdir=../../../..
|
||||
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
Loading…
Reference in New Issue
Block a user