Changeset 7188 in orxonox.OLD for branches/shared_lib/src
- Timestamp:
- Feb 22, 2006, 3:16:15 AM (19 years ago)
- Location:
- branches/shared_lib/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/Makefile.am
r7177 r7188 12 12 13 13 orxonox_CPPFLAGS = -DIS_ORXONOX -DPKG_LIBDIR="\"$(pkglibdir)\"" 14 orxonox_LDFLAGS = -ldl -rdynamic 14 orxonox_LDFLAGS = 15 ##-ldl -rdynamic 15 16 16 17 orxonox_DEPENDENCIES = \ -
branches/shared_lib/src/lib/BuildLibs.am
r7187 r7188 15 15 $(LIB_PREFIX)/parser/tinyxml/libtinyxml.a \ 16 16 $(LIB_PREFIX)/parser/ini_parser/libIniParser.a \ 17 $(LIB_PREFIX)/libltdl/libltdl.a \18 17 $(LIB_PREFIX)/shell/libORXshell.a \ 19 18 $(LIB_PREFIX)/math/libORXmath.a -
branches/shared_lib/src/lib/Makefile.am
r7187 r7188 48 48 shell \ 49 49 gui \ 50 libltdl \51 50 . -
branches/shared_lib/src/lib/libltdl/configure
r7186 r7188 5617 5617 else 5618 5618 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 5619 See \`config.log' for more details." >&5;} 5620 { echo "C++ sucks, ignoring ..." >&5; }; } 5619 See \`config.log' for more details." >&5 5620 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 5621 See \`config.log' for more details." >&2;} 5622 { (exit 1); exit 1; }; } 5621 5623 fi 5622 5624 -
branches/shared_lib/src/util/loading/dynamic_loader.h
r7187 r7188 8 8 9 9 #include "factory.h" 10 #include "lib/libltdl/ltdl.h"10 #include <ltdl.h> 11 11 12 12 #include <string>
Note: See TracChangeset
for help on using the changeset viewer.