Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6049 in orxonox.OLD for branches/avi_play/src/subprojects/importer


Ignore:
Timestamp:
Dec 11, 2005, 4:32:05 PM (19 years ago)
Author:
hdavid
Message:

branches/avi_play: added new libs to configure.ac, it compiles know on ubuntu :)

Location:
branches/avi_play/src/subprojects/importer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/subprojects/importer/Makefile.am

    r5963 r6049  
    1010
    1111importer_LDADD = $(MAINSRCDIR)/lib/event/libORXevent.a \
    12                  $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a \
     12                 $(MAINSRCDIR)/lib/parser/tinyxml/libtinyxml.a \
    1313                 $(MAINSRCDIR)/lib/graphics/libORXgraphics.a \
    1414                 $(MAINSRCDIR)/lib/shell/libORXshell.a \
     
    3838
    3939multitex_LDADD = $(MAINSRCDIR)/lib/event/libORXevent.a \
    40                  $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a \
     40                 $(MAINSRCDIR)/lib/parser/tinyxml/libtinyxml.a \
    4141                 $(MAINSRCDIR)/lib/graphics/libORXgraphics.a \
    4242                 $(MAINSRCDIR)/lib/shell/libORXshell.a \
  • branches/avi_play/src/subprojects/importer/importer.cc

    r6013 r6049  
    3131void Framework::moduleInit(int argc, char** argv)
    3232{
    33   MediaContainer* test;
     33  MediaContainer* test2;
    3434       
    35   test = new MediaContainer(argv[1]);   
     35  test2 = new MediaContainer(argv[1]); 
    3636
    3737
Note: See TracChangeset for help on using the changeset viewer.