Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10028 in orxonox.OLD


Ignore:
Timestamp:
Dec 6, 2006, 5:21:32 PM (17 years ago)
Author:
tfahrni
Message:

AI structure finished

Location:
branches/ai
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/configure.ac

    r9886 r10028  
    641641                 src/lib/parser/preferences/Makefile
    642642                 src/util/Makefile
     643                 src/ai/Makefile
    643644                 src/world_entities/Makefile
    644645                 src/subprojects/Makefile
  • branches/ai/src/Makefile.am

    r9869 r10028  
    2525orxonox_LDADD = \
    2626                world_entities/libORXwe.a \
     27                ai/libORXai.a \
    2728                util/libORXutils.a \
    2829                $(libORXlibs_a_LIBRARIES_) \
     
    8283                lib \
    8384                util \
     85                ai \
    8486                world_entities \
    8587                . \
  • branches/ai/src/defs/include_paths.am

    r9869 r10028  
    11AM_CXXFLAGS=-I$(MAINSRCDIR)
     2AM_CXXFLAGS+=-I$(MAINSRCDIR)/ai
    23AM_CXXFLAGS+=-I$(MAINSRCDIR)/world_entities
    34AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities
Note: See TracChangeset for help on using the changeset viewer.