diff options
author | spiff_ <spiff_@svn> | 2010-02-11 23:01:11 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-02-11 23:01:11 +0000 |
commit | e7d8b47b6e57417603b6bdd21ced369c24170818 (patch) | |
tree | 08d6393038d5117dc6d2350630954775c31b3fec /tools/TexturePacker | |
parent | 02330cd5d792ad41c0beb75e9a2dce89feb91327 (diff) |
changed: pass top level compiler flags to subdirectories. thanks to fiveisalive
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27673 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/TexturePacker')
-rw-r--r-- | tools/TexturePacker/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/TexturePacker/Makefile.in b/tools/TexturePacker/Makefile.in index 6058c043da..52a0de5eb2 100644 --- a/tools/TexturePacker/Makefile.in +++ b/tools/TexturePacker/Makefile.in @@ -21,4 +21,4 @@ all: $(TARGET) include ../../Makefile.include $(TARGET): $(OBJS) - $(CXX) $(OBJS) $(LDFLAGS) $(LIBS) -o $(TARGET) + $(CXX) $(CXXFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o $(TARGET) |