Ignore:
Timestamp:
Jan 17, 2011, 9:25:16 PM (12 years ago)
Author:
sam
Message:

Split test-map into deus-hax and monsterz.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r178 r220  
    8787
    8888
     89# How to use the Lol Engine inside this tree
     90LOL_CFLAGS="-I \$(top_srcdir)/src `pkg-config --cflags sdl gl SDL_image`"
     91LOL_LIBS="`pkg-config --libs sdl gl SDL_image`"
     92
    8993if test "${enable_release}" = "yes"; then
    9094  AC_DEFINE(FINAL_RELEASE, 1, Define to 1 to activate final release)
     
    9296
    9397AC_SUBST(MATH_LIBS)
     98AC_SUBST(LOL_CFLAGS)
     99AC_SUBST(LOL_LIBS)
    94100
    95101AC_CONFIG_FILES([
    96102  Makefile
    97103  src/Makefile
     104  monsterz/Makefile
     105  deushax/Makefile
    98106  tools/Makefile
    99107  art/Makefile
Note: See TracChangeset for help on using the changeset viewer.