+ classes compiles on ppc now as well

This commit is contained in:
florian 2003-12-07 21:30:46 +00:00
parent ecfca6db55
commit 18f527a614
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/11/28]
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/12/07]
#
default: all
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
@ -211,7 +211,7 @@ INC=$(RTL)/inc
PROCINC=$(RTL)/$(CPU_TARGET)
UNIXINC=$(RTL)/unix
ifeq ($(CPU_TARGET),i386)
CPU_UNITS=x86 ports cpu mmx graph classes
CPU_UNITS=x86 ports cpu mmx graph
else
CPU_UNITS=
endif
@ -239,7 +239,7 @@ GRAPHDIR=$(INC)/graph
ifndef USELIBGGI
USELIBGGI=NO
endif
override TARGET_UNITS+=$(SYSTEMUNIT) baseunix strings systhrds objpas syscall unixutil heaptrc lineinfo $(LINUXUNIT1) termio unix $(LINUXUNIT2) initc $(CPU_UNITS) dos crt objects printer ggigraph sysutils typinfo math varutils charset ucomplex getopts errors sockets gpm ipc serial terminfo dl dynlibs video mouse keyboard variants types dateutils sysconst cthreads
override TARGET_UNITS+=$(SYSTEMUNIT) baseunix strings systhrds objpas syscall unixutil heaptrc lineinfo $(LINUXUNIT1) termio unix $(LINUXUNIT2) initc $(CPU_UNITS) dos crt objects printer ggigraph sysutils typinfo math varutils charset ucomplex getopts errors sockets gpm ipc serial terminfo dl dynlibs video mouse keyboard variants types dateutils sysconst cthreads classes
override TARGET_LOADERS+=prt0 dllprt0 cprt0 gprt0 cprt21 gprt21
override TARGET_RSTS+=math varutils typinfo variants classes sysconst
override CLEAN_UNITS+=syslinux linux

View File

@ -15,7 +15,7 @@ units=$(SYSTEMUNIT) baseunix strings systhrds objpas syscall unixutil \
charset ucomplex getopts \
errors sockets gpm ipc serial terminfo dl dynlibs \
video mouse keyboard variants types dateutils sysconst \
cthreads
cthreads classes
rsts=math varutils typinfo variants classes sysconst
@ -54,7 +54,7 @@ PROCINC=$(RTL)/$(CPU_TARGET)
UNIXINC=$(RTL)/unix
ifeq ($(CPU_TARGET),i386)
CPU_UNITS=x86 ports cpu mmx graph classes
CPU_UNITS=x86 ports cpu mmx graph
else
CPU_UNITS=
endif