Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/resources/src/lib/BuildLibs.am @ 7237

Last change on this file since 7237 was 7237, checked in by bensch, 18 years ago

orxonox/branches/resource: some strange errors while linking

File size: 1.0 KB
Line 
1
2libORXlibs_a_LIBRARIES_ = \
3                $(LIB_PREFIX)/libORXlibs.a \
4                $(LIB_PREFIX)/gui/gtk_gui/libORXgui.a \
5                $(LIB_PREFIX)/gui/gl_gui/libORXglgui.a \
6                $(LIB_PREFIX)/graphics/importer/libORXimporter.a \
7                $(LIB_PREFIX)/graphics/libORXgraphics.a \
8                $(LIB_PREFIX)/graphics/importer/libtc.a \
9                $(LIB_PREFIX)/sound/libORXsound.a \
10                $(LIB_PREFIX)/event/libORXevent.a \
11                $(LIB_PREFIX)/physics/libORXphysics.a \
12                $(LIB_PREFIX)/particles/libORXparticles.a \
13                $(LIB_PREFIX)/collision_detection/libORXcd.a \
14                $(LIB_PREFIX)/network/libORXnet.a \
15                $(LIB_PREFIX)/graphics/spatial_separation/libORXquadtree.a \
16                $(LIB_PREFIX)/parser/tinyxml/libtinyxml.a \
17                $(LIB_PREFIX)/parser/ini_parser/libIniParser.a \
18                $(LIB_PREFIX)/shell/libORXshell.a \
19                $(LIB_PREFIX)/math/libORXmath.a \
20                $(LIB_PREFIX)/libORXlibs.a
Note: See TracBrowser for help on using the repository browser.