* clear varutils.rst

This commit is contained in:
peter 2000-09-02 17:08:52 +00:00
parent 664bc98f53
commit cc806c400d
6 changed files with 18 additions and 19 deletions

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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)

View File

@ -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