Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/story_entities/Makefile.am @ 6634

Last change on this file since 6634 was 6634, checked in by bensch, 18 years ago

orxonox/trunk: merged the network-branche back to the trunk

merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6500:HEAD
minor conflicts in texture and one Makefile resolved to the trunk

also made a small patch to texture, so it Modulates with GL_REPEAT

File size: 978 bytes
Line 
1#MAINSRCDIR=..
2#include $(MAINSRCDIR)/defs/include_paths.am
3
4StoryEntities_SOURCES_ = \
5                story_entities/story_entity.cc \
6                story_entities/campaign.cc \
7                story_entities/campaign_data.cc \
8                story_entities/game_world.cc \
9                story_entities/game_world_data.cc \
10                story_entities/single_player_world.cc \
11                story_entities/single_player_world_data.cc \
12                story_entities/multi_player_world.cc \
13                story_entities/multi_player_world_data.cc \
14                story_entities/movie_loader.cc \
15                story_entities/simple_game_menu.cc
16
17StoryEntities_HEADERS_ = \
18                story_entities/story_entity.h \
19                story_entities/story_def.h \
20                story_entities/campaign.h \
21                story_entities/campaign_data.h \
22                story_entities/game_world.h \
23                story_entities/game_world_data.h \
24                story_entities/single_player_world.h \
25                story_entities/single_player_world_data.h \
26                story_entities/multi_player_world.h \
27                story_entities/multi_player_world_data.h \
28                story_entities/movie_loader.h \
29                story_entities/simple_game_menu.h
Note: See TracBrowser for help on using the repository browser.