Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7175 in orxonox.OLD for branches/shared_lib/src/world_entities


Ignore:
Timestamp:
Feb 21, 2006, 11:20:53 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now the PKG-libdir should be eaten too

Location:
branches/shared_lib/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/world_entities/Makefile.am

    r7174 r7175  
    11MAINSRCDIR=..
    22include $(MAINSRCDIR)/defs/include_paths.am
    3 # include WorldEntities.am
     3include WorldEntities.am
    44
    55noinst_LIBRARIES = libORXwe.a
     6pkglib_LTLIBRARIES = libORXground_turret.la
     7libORXground_turret_la_SOURCES = npcs/ground_turret.cc
    68
    79## THESE ARE THE BASE CLASSES OF ALL WORLD_ENTITIES
  • branches/shared_lib/src/world_entities/WorldEntities.am

    r7174 r7175  
    11## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
    2 
    3 pkglib_LTLIBRARIES = libORXground_turret.la
    4 libORXground_turret_la_SOURCES = world_entities/npcs/ground_turret.cc
    5 
    6 
    72WorldEntities_SOURCES_ = \
    83                world_entities/npcs/npc_test1.cc \
Note: See TracChangeset for help on using the changeset viewer.