Changeset 2015 in orxonox.OLD for orxonox/branches/gui/guicc
- Timestamp:
- Jun 22, 2004, 7:44:59 PM (21 years ago)
- 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`1 AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) 2 #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` 3 3 4 4 bin_PROGRAMS=gui -
orxonox/branches/gui/guicc/Makefile.in
r2003 r2015 69 69 LTLIBOBJS = @LTLIBOBJS@ 70 70 MAKEINFO = @MAKEINFO@ 71 MSBITFIELDS = @MSBITFIELDS@ 71 72 OBJEXT = @OBJEXT@ 72 73 PACKAGE = @PACKAGE@ … … 110 111 sysconfdir = @sysconfdir@ 111 112 target_alias = @target_alias@ 112 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` 113 AM_LDFLAGS = `pkg-config --libs gtk+-2.0` 114 113 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) 114 115 #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` 115 116 bin_PROGRAMS = gui 116 117 gui_SOURCES = orxonox_gui.cc orxonox_gui.h \ -
orxonox/branches/gui/guicc/orxonox_gui_flags.cc
r2000 r2015 25 25 void OrxonoxGuiFlags::setTextFromFlags (Widget* widget) 26 26 { 27 bzero (flagText, 1); 28 27 sprintf (flagText, ""); 29 28 strcat (flagText, "orxonox"); 30 29 FlagsText (widget);
Note: See TracChangeset
for help on using the changeset viewer.