Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 21, 2006, 10:48:52 PM (19 years ago)
Author:
bensch
Message:

orxonox/dylib: now the dylibLoader should work

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

Legend:

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

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

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