mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:49:22 +02:00
+ Added bufstream
This commit is contained in:
parent
8a74ecbcad
commit
420985c007
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/20]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/31]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||||
@ -225,7 +225,7 @@ ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
|||||||
CLASSES10=classes
|
CLASSES10=classes
|
||||||
endif
|
endif
|
||||||
override TARGET_DIRS+=xml image db shedit passrc net fpcunit
|
override TARGET_DIRS+=xml image db shedit passrc net fpcunit
|
||||||
override TARGET_UNITS+=$(CLASSES10) contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree xmlreg registry eventlog custapp cgiapp wformat whtml wtex rttiutils
|
override TARGET_UNITS+=$(CLASSES10) contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree xmlreg registry eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream
|
||||||
ifeq ($(OS_TARGET),linux)
|
ifeq ($(OS_TARGET),linux)
|
||||||
override TARGET_UNITS+=process resolve ssockets fpasync syncobjs
|
override TARGET_UNITS+=process resolve ssockets fpasync syncobjs
|
||||||
endif
|
endif
|
||||||
|
@ -23,7 +23,7 @@ units=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszl
|
|||||||
dirs=xml image db shedit passrc net fpcunit
|
dirs=xml image db shedit passrc net fpcunit
|
||||||
units=$(CLASSES10) contnrs inifiles ezcgi pipes rtfpars idea base64 gettext \
|
units=$(CLASSES10) contnrs inifiles ezcgi pipes rtfpars idea base64 gettext \
|
||||||
iostream zstream cachecls avl_tree xmlreg registry eventlog custapp cgiapp \
|
iostream zstream cachecls avl_tree xmlreg registry eventlog custapp cgiapp \
|
||||||
wformat whtml wtex rttiutils
|
wformat whtml wtex rttiutils bufstream
|
||||||
units_freebsd=process ssockets resolve fpasync syncobjs
|
units_freebsd=process ssockets resolve fpasync syncobjs
|
||||||
units_darwin=process ssockets resolve fpasync syncobjs
|
units_darwin=process ssockets resolve fpasync syncobjs
|
||||||
units_netbsd=process ssockets resolve fpasync
|
units_netbsd=process ssockets resolve fpasync
|
||||||
|
Loading…
Reference in New Issue
Block a user