diff options
Diffstat (limited to 'ViCious/toxy/objects')
-rw-r--r-- | ViCious/toxy/objects | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ViCious/toxy/objects b/ViCious/toxy/objects new file mode 100644 index 0000000..f0c4d85 --- /dev/null +++ b/ViCious/toxy/objects @@ -0,0 +1,22 @@ +TOT_OBJECTS = $(SRCDIR)\tot.obj \
+ $(SHAREDDIR)\unstable\forky.obj \
+ $(SHAREDDIR)\common\loud.obj \
+ $(SHAREDDIR)\common\grow.obj \
+ $(SHAREDDIR)\hammer\file.obj \
+ $(SHAREDDIR)\hammer\gui.obj \
+ $(SHAREDDIR)\common\props.obj \
+ $(SHAREDDIR)\toxy\scriptlet.obj
+
+TOW_OBJECTS = $(SRCDIR)\tow.obj \
+ $(SHAREDDIR)\common\loud.obj \
+ $(SHAREDDIR)\unstable\loader.obj
+
+WIDGET_OBJECTS = $(SRCDIR)\widget.obj \
+ $(SRCDIR)\widgettype.obj \
+ $(SHAREDDIR)\unstable\forky.obj \
+ $(SHAREDDIR)\common\loud.obj \
+ $(SHAREDDIR)\common\grow.obj \
+ $(SHAREDDIR)\common\dict.obj \
+ $(SHAREDDIR)\hammer\file.obj \
+ $(SHAREDDIR)\common\props.obj \
+ $(SHAREDDIR)\toxy\scriptlet.obj
|