mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
Remove varutils and variants units which are now in rtl-objpas package
git-svn-id: trunk@27504 -
This commit is contained in:
parent
a9cfd647ae
commit
ae8679ec60
@ -2148,7 +2148,7 @@ endif
|
||||
ifeq ($(FULL_TARGET),i8086-msdos)
|
||||
override COMPILER_TARGETDIR+=.
|
||||
endif
|
||||
override SHARED_LIBUNITS=$(SYSTEMUNIT) objpas strings dos unix baseunix unixtype unixutil sysutils typinfo math $(CPU_UNITS) getopts errors sockets varutils classes fgl variants sysconst rtlconsts
|
||||
override SHARED_LIBUNITS=$(SYSTEMUNIT) objpas strings dos unix baseunix unixtype unixutil sysutils typinfo math $(CPU_UNITS) getopts errors sockets classes fgl sysconst rtlconsts
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
endif
|
||||
|
@ -42,8 +42,8 @@ libunits=$(SYSTEMUNIT) objpas strings dos \
|
||||
unix baseunix unixtype unixutil \
|
||||
sysutils typinfo math \
|
||||
$(CPU_UNITS) getopts \
|
||||
errors sockets varutils \
|
||||
classes fgl variants sysconst rtlconsts \
|
||||
errors sockets \
|
||||
classes fgl sysconst rtlconsts \
|
||||
|
||||
[prerules]
|
||||
RTL=..
|
||||
|
Loading…
Reference in New Issue
Block a user