Last change
on this file since 5453 was
5450,
checked in by bensch, 19 years ago
|
orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values
|
File size:
534 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | importer_CPPFLAGS = |
---|
5 | |
---|
6 | importer_LDFLAGS = $(MWINDOWS) |
---|
7 | |
---|
8 | bin_PROGRAMS = importer |
---|
9 | |
---|
10 | importer_DEPENDENCIES = ${MAINSRCDIR}/lib/libORXlibs.la \ |
---|
11 | ${MAINSRCDIR}/util/libORXutils.la |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | importer_LDADD = $(MAINSRCDIR)/lib/libORXlibs.la \ |
---|
16 | $(MAINSRCDIR)/util/libORXutils.la |
---|
17 | |
---|
18 | importer_SOURCES= ../framework.cc \ |
---|
19 | importer.cc \ |
---|
20 | $(MAINSRCDIR)/world_entities/camera.cc \ |
---|
21 | ${MAINSRCDIR}/util/resource_manager.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.