Changeset 631
- Timestamp:
- Feb 11, 2011, 3:34:48 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deushax/Makefile.am
r628 r631 3 3 4 4 deushax_SOURCES = deushax.cpp game.cpp game.h debugsprite.cpp debugsprite.h 5 deushax_C XXFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@5 deushax_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 6 6 deushax_LDADD = 7 7 deushax_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ … … 13 13 editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ 14 14 mapviewer.cpp mapviewer.h 15 editor_C XXFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@15 editor_CPPFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@ 16 16 editor_LDADD = 17 17 editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTKGL_LIBS@ @GTK_LIBS@ @LOL_LIBS@ -
trunk/monsterz/Makefile.am
r623 r631 5 5 monsterz.cpp monsterz.h title.cpp title.h interface.cpp interface.h \ 6 6 board.cpp board.h piece.cpp piece.h mash.cpp mash.h thumbs.cpp thumbs.h 7 monsterz_C XXFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@7 monsterz_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 8 8 monsterz_LDADD = 9 9 monsterz_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ … … 18 18 gfx/titleevent3.png gfx/titleevent4.png gfx/titleevent5.png \ 19 19 gfx/titleevent6.png gfx/titleclouds.png gfx/titlestars.png \ 20 gfx/titleeagle.png 20 gfx/titleeagle.png gfx/icons.png 21 21 WAV = sound/applause.wav sound/boing.wav sound/click.wav sound/ding.wav \ 22 22 sound/duh.wav sound/grunt.wav sound/laugh.wav sound/pop.wav \ -
trunk/src/Makefile.am
r623 r631 15 15 debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \ 16 16 debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h 17 liblol_a_C XXFLAGS = @LOL_CFLAGS@17 liblol_a_CPPFLAGS = @LOL_CFLAGS@ 18 18 -
trunk/tools/Makefile.am
r178 r631 3 3 4 4 make_font_SOURCES = make-font.cpp 5 make_font_C XXFLAGS = @CACA_CFLAGS@5 make_font_CPPFLAGS = @CACA_CFLAGS@ 6 6 make_font_LDFLAGS = @CACA_LIBS@ 7 7
Note: See TracChangeset
for help on using the changeset viewer.