Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7188 in orxonox.OLD for branches/shared_lib/src


Ignore:
Timestamp:
Feb 22, 2006, 3:16:15 AM (19 years ago)
Author:
bensch
Message:

compiles on windows

Location:
branches/shared_lib/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/Makefile.am

    r7177 r7188  
    1212
    1313orxonox_CPPFLAGS = -DIS_ORXONOX -DPKG_LIBDIR="\"$(pkglibdir)\""
    14 orxonox_LDFLAGS = -ldl -rdynamic
     14orxonox_LDFLAGS =
     15##-ldl -rdynamic
    1516
    1617orxonox_DEPENDENCIES = \
  • branches/shared_lib/src/lib/BuildLibs.am

    r7187 r7188  
    1515                $(LIB_PREFIX)/parser/tinyxml/libtinyxml.a \
    1616                $(LIB_PREFIX)/parser/ini_parser/libIniParser.a \
    17                 $(LIB_PREFIX)/libltdl/libltdl.a \
    1817                $(LIB_PREFIX)/shell/libORXshell.a \
    1918                $(LIB_PREFIX)/math/libORXmath.a
  • branches/shared_lib/src/lib/Makefile.am

    r7187 r7188  
    4848        shell \
    4949        gui \
    50         libltdl \
    5150        .
  • branches/shared_lib/src/lib/libltdl/configure

    r7186 r7188  
    56175617else
    56185618  { { 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; }; }
     5619See \`config.log' for more details." >&5
     5620echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     5621See \`config.log' for more details." >&2;}
     5622   { (exit 1); exit 1; }; }
    56215623fi
    56225624
  • branches/shared_lib/src/util/loading/dynamic_loader.h

    r7187 r7188  
    88
    99#include "factory.h"
    10 #include "lib/libltdl/ltdl.h"
     10#include <ltdl.h>
    1111
    1212#include <string>
Note: See TracChangeset for help on using the changeset viewer.