* 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 defaultrule: all
@ -204,7 +204,7 @@ endif
override LOADEROBJECTS+=prt0 exceptn fpu 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 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 # Clean
@ -1156,7 +1156,7 @@ fpc_distclean: fpc_clean
# Also run clean first if targetdir is set. Unittargetdir is always # Also run clean first if targetdir is set. Unittargetdir is always
# set if targetdir or unittargetdir is specified # set if targetdir or unittargetdir is specified
ifdef UNITTARGETDIR ifdef UNITTARGETDIR
TARGETDIRCLEAN=clean TARGETDIRCLEAN=fpc_clean
endif endif
fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN) fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)

View File

@ -10,7 +10,7 @@ units=$(SYSTEMUNIT) objpas strings \
sysutils math typinfo \ sysutils math typinfo \
cpu mmx getopts heaptrc lineinfo \ cpu mmx getopts heaptrc lineinfo \
msmouse varutils msmouse varutils
rst=math rst=math varutils
[require] [require]
rtl=0 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 defaultrule: all
@ -193,8 +193,8 @@ endif
# Targets # Targets
override LOADEROBJECTS+=prt0 prt1 code2 code3 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 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 override RSTOBJECTS+=math varutils
# Clean # Clean
@ -1146,7 +1146,7 @@ fpc_distclean: fpc_clean
# Also run clean first if targetdir is set. Unittargetdir is always # Also run clean first if targetdir is set. Unittargetdir is always
# set if targetdir or unittargetdir is specified # set if targetdir or unittargetdir is specified
ifdef UNITTARGETDIR ifdef UNITTARGETDIR
TARGETDIRCLEAN=clean TARGETDIRCLEAN=fpc_clean
endif endif
fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN) fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)

View File

@ -8,9 +8,9 @@ units=$(SYSTEMUNIT) objpas strings \
ports os2def doscalls moncalls kbdcalls moucalls viocalls \ ports os2def doscalls moncalls kbdcalls moucalls viocalls \
pmbitmap pmwin pmgpi dive pmerr \ pmbitmap pmwin pmgpi dive pmerr \
dos crt objects printer \ dos crt objects printer \
sysutils math typinfo \ sysutils math typinfo varutils \
ucomplex cpu mmx getopts heaptrc lineinfo varutils ucomplex cpu mmx getopts heaptrc lineinfo
rst=math rst=math varutils
[require] [require]
rtl=0 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 defaultrule: all
@ -198,8 +198,8 @@ endif
# Targets # Targets
override LOADEROBJECTS+=wprt0 wdllprt0 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 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 override RSTOBJECTS+=math varutils
# Clean # Clean
@ -1151,7 +1151,7 @@ fpc_distclean: fpc_clean
# Also run clean first if targetdir is set. Unittargetdir is always # Also run clean first if targetdir is set. Unittargetdir is always
# set if targetdir or unittargetdir is specified # set if targetdir or unittargetdir is specified
ifdef UNITTARGETDIR ifdef UNITTARGETDIR
TARGETDIRCLEAN=clean TARGETDIRCLEAN=fpc_clean
endif endif
fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN) fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)

View File

@ -7,11 +7,10 @@ loaders=wprt0 wdllprt0
units=$(SYSTEMUNIT) objpas strings \ units=$(SYSTEMUNIT) objpas strings \
windows ole2 opengl32 os_types winsock initc \ windows ole2 opengl32 os_types winsock initc \
dos crt objects graph \ dos crt objects graph \
sysutils typinfo math \ sysutils typinfo math varutils \
cpu mmx getopts heaptrc lineinfo \ cpu mmx getopts heaptrc lineinfo \
wincrt winmouse sockets printer dynlibs varutils wincrt winmouse sockets printer dynlibs
rst=math varutils
rst=math
[require] [require]
rtl=0 rtl=0