mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* clear varutils.rst
This commit is contained in:
parent
664bc98f53
commit
cc806c400d
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v1.00 [2000/09/01]
|
||||
# Makefile generated by fpcmake v1.00 [2000/09/02]
|
||||
#
|
||||
|
||||
defaultrule: all
|
||||
@ -204,7 +204,7 @@ endif
|
||||
|
||||
override LOADEROBJECTS+=prt0 exceptn fpu
|
||||
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings go32 dpmiexcp initc ports profile dxeload emu387 dos crt objects printer graph sysutils math typinfo cpu mmx getopts heaptrc lineinfo msmouse varutils
|
||||
override RSTOBJECTS+=math
|
||||
override RSTOBJECTS+=math varutils
|
||||
|
||||
# Clean
|
||||
|
||||
@ -1156,7 +1156,7 @@ fpc_distclean: fpc_clean
|
||||
# Also run clean first if targetdir is set. Unittargetdir is always
|
||||
# set if targetdir or unittargetdir is specified
|
||||
ifdef UNITTARGETDIR
|
||||
TARGETDIRCLEAN=clean
|
||||
TARGETDIRCLEAN=fpc_clean
|
||||
endif
|
||||
|
||||
fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)
|
||||
|
@ -10,7 +10,7 @@ units=$(SYSTEMUNIT) objpas strings \
|
||||
sysutils math typinfo \
|
||||
cpu mmx getopts heaptrc lineinfo \
|
||||
msmouse varutils
|
||||
rst=math
|
||||
rst=math varutils
|
||||
|
||||
[require]
|
||||
rtl=0
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v1.00 [2000/09/01]
|
||||
# Makefile generated by fpcmake v1.00 [2000/09/02]
|
||||
#
|
||||
|
||||
defaultrule: all
|
||||
@ -193,8 +193,8 @@ endif
|
||||
# Targets
|
||||
|
||||
override LOADEROBJECTS+=prt0 prt1 code2 code3
|
||||
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings ports os2def doscalls moncalls kbdcalls moucalls viocalls pmbitmap pmwin pmgpi dive pmerr dos crt objects printer sysutils math typinfo ucomplex cpu mmx getopts heaptrc lineinfo varutils
|
||||
override RSTOBJECTS+=math
|
||||
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings ports os2def doscalls moncalls kbdcalls moucalls viocalls pmbitmap pmwin pmgpi dive pmerr dos crt objects printer sysutils math typinfo varutils ucomplex cpu mmx getopts heaptrc lineinfo
|
||||
override RSTOBJECTS+=math varutils
|
||||
|
||||
# Clean
|
||||
|
||||
@ -1146,7 +1146,7 @@ fpc_distclean: fpc_clean
|
||||
# Also run clean first if targetdir is set. Unittargetdir is always
|
||||
# set if targetdir or unittargetdir is specified
|
||||
ifdef UNITTARGETDIR
|
||||
TARGETDIRCLEAN=clean
|
||||
TARGETDIRCLEAN=fpc_clean
|
||||
endif
|
||||
|
||||
fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)
|
||||
|
@ -8,9 +8,9 @@ units=$(SYSTEMUNIT) objpas strings \
|
||||
ports os2def doscalls moncalls kbdcalls moucalls viocalls \
|
||||
pmbitmap pmwin pmgpi dive pmerr \
|
||||
dos crt objects printer \
|
||||
sysutils math typinfo \
|
||||
ucomplex cpu mmx getopts heaptrc lineinfo varutils
|
||||
rst=math
|
||||
sysutils math typinfo varutils \
|
||||
ucomplex cpu mmx getopts heaptrc lineinfo
|
||||
rst=math varutils
|
||||
|
||||
[require]
|
||||
rtl=0
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v1.00 [2000/09/01]
|
||||
# Makefile generated by fpcmake v1.00 [2000/09/02]
|
||||
#
|
||||
|
||||
defaultrule: all
|
||||
@ -198,8 +198,8 @@ endif
|
||||
# Targets
|
||||
|
||||
override LOADEROBJECTS+=wprt0 wdllprt0
|
||||
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings windows ole2 opengl32 os_types winsock initc dos crt objects graph sysutils typinfo math cpu mmx getopts heaptrc lineinfo wincrt winmouse sockets printer dynlibs varutils
|
||||
override RSTOBJECTS+=math
|
||||
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings windows ole2 opengl32 os_types winsock initc dos crt objects graph sysutils typinfo math varutils cpu mmx getopts heaptrc lineinfo wincrt winmouse sockets printer dynlibs
|
||||
override RSTOBJECTS+=math varutils
|
||||
|
||||
# Clean
|
||||
|
||||
@ -1151,7 +1151,7 @@ fpc_distclean: fpc_clean
|
||||
# Also run clean first if targetdir is set. Unittargetdir is always
|
||||
# set if targetdir or unittargetdir is specified
|
||||
ifdef UNITTARGETDIR
|
||||
TARGETDIRCLEAN=clean
|
||||
TARGETDIRCLEAN=fpc_clean
|
||||
endif
|
||||
|
||||
fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)
|
||||
|
@ -7,11 +7,10 @@ loaders=wprt0 wdllprt0
|
||||
units=$(SYSTEMUNIT) objpas strings \
|
||||
windows ole2 opengl32 os_types winsock initc \
|
||||
dos crt objects graph \
|
||||
sysutils typinfo math \
|
||||
sysutils typinfo math varutils \
|
||||
cpu mmx getopts heaptrc lineinfo \
|
||||
wincrt winmouse sockets printer dynlibs varutils
|
||||
|
||||
rst=math
|
||||
wincrt winmouse sockets printer dynlibs
|
||||
rst=math varutils
|
||||
|
||||
[require]
|
||||
rtl=0
|
||||
|
Loading…
Reference in New Issue
Block a user