Changeset 631


Ignore:
Timestamp:
Feb 11, 2011, 3:34:48 PM (12 years ago)
Author:
sam
Message:

Add missing icons.png, use CPPFLAGS instead of CXXFLAGS in automake rules.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/deushax/Makefile.am

    r628 r631  
    33
    44deushax_SOURCES = deushax.cpp game.cpp game.h debugsprite.cpp debugsprite.h
    5 deushax_CXXFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
     5deushax_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
    66deushax_LDADD =
    77deushax_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
     
    1313editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \
    1414                 mapviewer.cpp mapviewer.h
    15 editor_CXXFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@
     15editor_CPPFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@
    1616editor_LDADD =
    1717editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTKGL_LIBS@ @GTK_LIBS@ @LOL_LIBS@
  • trunk/monsterz/Makefile.am

    r623 r631  
    55    monsterz.cpp monsterz.h title.cpp title.h interface.cpp interface.h \
    66    board.cpp board.h piece.cpp piece.h mash.cpp mash.h thumbs.cpp thumbs.h
    7 monsterz_CXXFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
     7monsterz_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
    88monsterz_LDADD =
    99monsterz_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
     
    1818      gfx/titleevent3.png gfx/titleevent4.png gfx/titleevent5.png \
    1919      gfx/titleevent6.png gfx/titleclouds.png gfx/titlestars.png \
    20       gfx/titleeagle.png
     20      gfx/titleeagle.png gfx/icons.png
    2121WAV = sound/applause.wav sound/boing.wav sound/click.wav sound/ding.wav \
    2222      sound/duh.wav sound/grunt.wav sound/laugh.wav sound/pop.wav \
  • trunk/src/Makefile.am

    r623 r631  
    1515    debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \
    1616    debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h
    17 liblol_a_CXXFLAGS = @LOL_CFLAGS@
     17liblol_a_CPPFLAGS = @LOL_CFLAGS@
    1818
  • trunk/tools/Makefile.am

    r178 r631  
    33
    44make_font_SOURCES = make-font.cpp
    5 make_font_CXXFLAGS = @CACA_CFLAGS@
     5make_font_CPPFLAGS = @CACA_CFLAGS@
    66make_font_LDFLAGS = @CACA_LIBS@
    77
Note: See TracChangeset for help on using the changeset viewer.