mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
* fixed sharedlibunitobjects
* remove gpm from sharedlib
This commit is contained in:
parent
d19710a9ad
commit
699502ad4f
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/01/28]
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/02/02]
|
||||
#
|
||||
|
||||
defaultrule: all
|
||||
@ -228,7 +228,7 @@ endif
|
||||
# Libraries
|
||||
|
||||
LIBNAME=fprtl
|
||||
SHAREDLIBOBJECTUNITS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets gpm ipc
|
||||
SHAREDLIBUNITOBJECTS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets ipc
|
||||
|
||||
# Info
|
||||
|
||||
|
@ -33,7 +33,7 @@ libunits=$(SYSTEMUNIT) objpas strings \
|
||||
dos crt objects printer \
|
||||
sysutils typinfo math \
|
||||
cpu mmx getopts heaptrc \
|
||||
errors sockets gpm ipc
|
||||
errors sockets ipc
|
||||
|
||||
|
||||
[presettings]
|
||||
|
Loading…
Reference in New Issue
Block a user