diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
commit | d0f6986345970955d6390a6953c35babf587c262 (patch) | |
tree | b9c55d804a317558da506f9655ff495856ef47d8 /toxy/Makefile.objects | |
parent | d405128358369b5b7424c086c67345d12edfde7d (diff) |
many small improvements in toxy, plustot added
svn path=/trunk/externals/miXed/; revision=1321
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 |