Changeset 9859 in orxonox.OLD for branches/new_class_id/src/lib/lang
- Timestamp:
- Oct 1, 2006, 11:13:29 AM (19 years ago)
- Location:
- branches/new_class_id/src/lib/lang
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/lang/Makefile.am
r9730 r9859 1 MAINSRCDIR=../.. 2 include $(MAINSRCDIR)/defs/include_paths.am 1 INCLUDES = -I../.. 2 INCLUDES +=-I.. 3 INCLUDES +=-I../util 3 4 4 5 noinst_LIBRARIES = libORXlang.a … … 13 14 class_id.h \ 14 15 object_list.h 15 -
branches/new_class_id/src/lib/lang/base_object.cc
r9809 r9859 17 17 #include "base_object.h" 18 18 19 #include "de bug.h"19 #include "defs/debug.h" 20 20 #include "util/loading/load_param.h" 21 21 -
branches/new_class_id/src/lib/lang/base_object.h
r9807 r9859 15 15 16 16 #include "object_list.h" 17 #include " sigslot/slot.h"17 #include "util/sigslot/slot.h" 18 18 19 19 #include <string>
Note: See TracChangeset
for help on using the changeset viewer.