mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
* asciitab added to implicitunits
This commit is contained in:
parent
74457030ce
commit
043c6ff8e7
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/11/03]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/11/04]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||
@ -222,7 +222,7 @@ PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/ext
|
||||
override PACKAGE_NAME=fv
|
||||
override PACKAGE_VERSION=1.9.4
|
||||
override TARGET_UNITS+=buildfv
|
||||
override TARGET_IMPLICITUNITS+=app colortxt dialogs drivers editors fvcommon fvconsts gadgets histlist inplong memory menus msgbox resource statuses stddlg tabs time validate views sysmsg
|
||||
override TARGET_IMPLICITUNITS+=app colortxt dialogs drivers editors fvcommon fvconsts gadgets histlist inplong memory menus msgbox resource statuses stddlg tabs time validate views sysmsg asciitab
|
||||
override TARGET_EXAMPLEDIRS+=test
|
||||
override INSTALL_BUILDUNIT=buildfv
|
||||
override INSTALL_FPCPACKAGE=y
|
||||
|
@ -11,7 +11,7 @@ units=buildfv
|
||||
implicitunits=app colortxt dialogs drivers editors \
|
||||
fvcommon fvconsts gadgets histlist inplong memory \
|
||||
menus msgbox resource statuses stddlg tabs time validate \
|
||||
views sysmsg
|
||||
views sysmsg asciitab
|
||||
exampledirs=test
|
||||
|
||||
[libs]
|
||||
|
Loading…
Reference in New Issue
Block a user