Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2015 in orxonox.OLD for orxonox/branches/gui/guicc


Ignore:
Timestamp:
Jun 22, 2004, 7:44:59 PM (21 years ago)
Author:
bensch
Message:

orxonxo/branches/gui: now compiles under windows

Location:
orxonox/branches/gui/guicc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/Makefile.am

    r2003 r2015  
    1 AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0`
    2 AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
     1AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
     2#AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
    33
    44bin_PROGRAMS=gui
  • orxonox/branches/gui/guicc/Makefile.in

    r2003 r2015  
    6969LTLIBOBJS = @LTLIBOBJS@
    7070MAKEINFO = @MAKEINFO@
     71MSBITFIELDS = @MSBITFIELDS@
    7172OBJEXT = @OBJEXT@
    7273PACKAGE = @PACKAGE@
     
    110111sysconfdir = @sysconfdir@
    111112target_alias = @target_alias@
    112 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0`
    113 AM_LDFLAGS = `pkg-config --libs  gtk+-2.0`
    114 
     113AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
     114
     115#AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
    115116bin_PROGRAMS = gui
    116117gui_SOURCES = orxonox_gui.cc orxonox_gui.h \
  • orxonox/branches/gui/guicc/orxonox_gui_flags.cc

    r2000 r2015  
    2525void OrxonoxGuiFlags::setTextFromFlags (Widget* widget)
    2626{
    27   bzero (flagText, 1);
    28 
     27  sprintf (flagText, "");
    2928  strcat (flagText, "orxonox");
    3029  FlagsText (widget);
Note: See TracChangeset for help on using the changeset viewer.