Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2005, 2:44:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: still a strange bug in the TYPE-case of the resource manager…
temporarily fixed the importer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/importer/Makefile.in

    r4639 r4653  
    6363importer_DEPENDENCIES = $(MAINSRCDIR)/lib/event/libORXevent.a \
    6464        $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a \
     65        $(MAINSRCDIR)/lib/sound/libORXsound.a \
    6566        $(MAINSRCDIR)/lib/graphics/importer/libORXimporter.a
    6667DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     
    201202target_vendor = @target_vendor@
    202203MAINSRCDIR = ../..
    203 importer_CPPFLAGS = -DNO_AUDIO
     204importer_CPPFLAGS =
    204205importer_LDFLAGS = $(MWINDOWS)
    205206importer_LDADD = $(MAINSRCDIR)/lib/event/libORXevent.a \
    206207                 $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a \
     208                 $(MAINSRCDIR)/lib/sound/libORXsound.a \
    207209                 $(MAINSRCDIR)/lib/graphics/importer/libORXimporter.a
    208210
Note: See TracChangeset for help on using the changeset viewer.