Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2189 in orxonox.OLD for orxonox/branches/chris/src/Makefile.in


Ignore:
Timestamp:
Jul 17, 2004, 10:57:20 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/chris: now it configures the right values for Linux&Winodws.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/Makefile.in

    r2188 r2189  
    118118bin_PROGRAMS = orxonox
    119119orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc
    120 
    121 #  uncomment the following if bencoder requires the math library
    122 orxonox_LDADD = -lm
    123120subdir = src
    124121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    134131        ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT)
    135132orxonox_OBJECTS = $(am_orxonox_OBJECTS)
     133orxonox_LDADD = $(LDADD)
    136134orxonox_DEPENDENCIES =
    137135orxonox_LDFLAGS =
     
    409407
    410408
     409#  uncomment the following if bencoder requires the math library
     410#orxonox_LDADD=-lm
     411
    411412#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
    412413
Note: See TracChangeset for help on using the changeset viewer.