Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2006, 6:09:46 PM (18 years ago)
Author:
bensch
Message:

this really should compile and link (not at runtime) on windows

File:
1 moved

Legend:

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

    r7280 r7281  
    11## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
    2 WorldEntities_SOURCES_ = \
    3                 world_entities/npcs/npc_test1.cc \
    4                 world_entities/npcs/npc_test.cc \
     2WorldEntities_LIBRARIES_ = \
     3                $(WORLDENTITY_PREFIX)/libORXplayables.la \
     4                $(WORLDENTITY_PREFIX)/libORXweapons.la \
     5                $(WORLDENTITY_PREFIX)/libORXprojectiles.la \
     6                $(WORLDENTITY_PREFIX)/libORXpower_ups.la \
    57                \
    6                 world_entities/environment.cc \
    7                 world_entities/skysphere.cc \
    8                 world_entities/skybox.cc \
    9                 world_entities/terrain.cc \
    10                 world_entities/satellite.cc \
    11                 world_entities/movie_entity.cc \
    12                 world_entities/recorder.cc \
    13                 world_entities/character_attributes.cc \
    14                 world_entities/test_entity.cc \
    15                 world_entities/planet.cc \
     8                $(WORLDENTITY_PREFIX)/libORXenvironmentals.la \
    169                \
    17                 world_entities/weapons/test_gun.cc \
    18                 world_entities/weapons/turret.cc \
    19                 world_entities/weapons/aiming_turret.cc \
    20                 world_entities/weapons/targeting_turret.cc \
    21                 world_entities/weapons/cannon.cc \
    22                 world_entities/weapons/hyperblaster.cc \
    23                 world_entities/weapons/aim.cc \
     10                $(WORLDENTITY_PREFIX)/libORXnpcs.la \
    2411                \
    25                 world_entities/projectiles/bomb.cc \
    26                 world_entities/projectiles/laser.cc \
    27                 world_entities/projectiles/test_bullet.cc \
    28                 world_entities/projectiles/rocket.cc \
    29                 world_entities/projectiles/guided_missile.cc \
    30                 world_entities/projectiles/hyperblast.cc \
    31                 \
    32                 world_entities/power_ups/turret_power_up.cc \
    33                 world_entities/power_ups/laser_power_up.cc \
    34                 \
    35                 world_entities/space_ships/space_ship.cc \
    36                 world_entities/space_ships/helicopter.cc \
    37                 world_entities/space_ships/hover.cc \
    38                 world_entities/space_ships/turbine_hover.cc \
    39                 world_entities/creatures/md2_creature.cc \
    40                 \
    41                 \
    42                 world_entities/environments/water.cc \
    43                 world_entities/environments/model_entity.cc \
    44                 world_entities/environments/building.cc \
    45                 \
    46                 world_entities/elements/image_entity.cc \
    47                 world_entities/elements/text_element.cc \
    48                 \
    49                 world_entities/effects/lightning_bolt.cc
    50 
    51 
     12                $(WORLDENTITY_PREFIX)/libORXmisc_entities.la
Note: See TracChangeset for help on using the changeset viewer.