Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4343 in orxonox.OLD for orxonox/trunk/src/subprojects/particles


Ignore:
Timestamp:
May 27, 2005, 10:17:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: importer is now also run by framework

Location:
orxonox/trunk/src/subprojects/particles
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/particles/Makefile.am

    r4338 r4343  
    3636                  -lpthread
    3737
    38 particles_CPPFLAGS = $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
     38particles_CPPFLAGS =  -DGUI_MODULE \
     39                      $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
    3940
    4041particles_SOURCES= ../framework.cc \
  • orxonox/trunk/src/subprojects/particles/Makefile.in

    r4338 r4343  
    218218                  -lpthread
    219219
    220 particles_CPPFLAGS = $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
     220particles_CPPFLAGS = -DGUI_MODULE \
     221                      $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
     222
    221223particles_SOURCES = ../framework.cc \
    222224                   particle_fun.cc \
     
    255257          esac; \
    256258        done; \
    257         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile'; \
     259        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile'; \
    258260        cd $(top_srcdir) && \
    259           $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile
     261          $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile
    260262.PRECIOUS: Makefile
    261263Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/particles/particle_fun.cc

    r4342 r4343  
    2222
    2323
    24 void Framework::moduleInit()
     24void Framework::moduleInit(int argc, char** argv)
    2525{
    2626  // Creating a Test Particle System
     
    174174
    175175
    176 void Framework::moduleInitGui(void)
     176void Framework::moduleInitGui(int argc, char** argv)
    177177{
    178178  Window* guiMainWindow = NULL;
Note: See TracChangeset for help on using the changeset viewer.