diff options
Diffstat (limited to 'toxy/Makefile.objects')
-rw-r--r-- | toxy/Makefile.objects | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/toxy/Makefile.objects b/toxy/Makefile.objects index fde293c..f063097 100644 --- a/toxy/Makefile.objects +++ b/toxy/Makefile.objects @@ -7,6 +7,26 @@ hammer/gui.o \ common/props.o \ toxy/scriptlet.o +PLUSTOT_OBJECTS = \ +unstable/fragile.o \ +unstable/forky.o \ +common/loud.o \ +common/grow.o \ +hammer/file.o \ +common/props.o \ +toxy/scriptlet.o \ +toxy/plusbob.o + +PLUSTOT_PRIVATEOBJECTS = \ +plustot.env.o \ +plustot.in.o \ +plustot.var.o \ +plustot.out.o \ +plustot.qlist.o \ +plustot.print.o + +PLUSTOT_LIBS = $(TCL_LIB) + TOW_OBJECTS = \ common/loud.o \ unstable/loader.o |