Last change
on this file since 9868 was
9859,
checked in by bensch, 18 years ago
|
new_class_id: segfault-prevention in the PNode deletion process (not the nicest way, but it works)
This was with me for 3 months now…
|
File size:
236 bytes
|
Line | |
---|
1 | INCLUDES = -I../.. |
---|
2 | INCLUDES +=-I.. |
---|
3 | INCLUDES +=-I../util |
---|
4 | |
---|
5 | noinst_LIBRARIES = libORXlang.a |
---|
6 | |
---|
7 | libORXlang_a_SOURCES = \ |
---|
8 | base_object.cc \ |
---|
9 | class_id.cc \ |
---|
10 | object_list.cc |
---|
11 | |
---|
12 | noinst_HEADERS = \ |
---|
13 | base_object.h \ |
---|
14 | class_id.h \ |
---|
15 | object_list.h |
---|
Note: See
TracBrowser
for help on using the repository browser.