This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add missing icons.png, use CPPFLAGS instead of CXXFLAGS in automake rules.
legacy
Sam Hocevar
sam
14 years ago
parent
3c6cb52695
commit
d7ee37a230
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Makefile.am
+1
-1
tools/Makefile.am
+ 1
- 1
src/Makefile.am
View File
@@ -14,5 +14,5 @@ liblol_a_SOURCES = \
\
debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \
debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h
liblol_a_C
XX
FLAGS = @LOL_CFLAGS@
liblol_a_C
PP
FLAGS = @LOL_CFLAGS@
+ 1
- 1
tools/Makefile.am
View File
@@ -2,7 +2,7 @@
noinst_PROGRAMS = $(make_font)
make_font_SOURCES = make-font.cpp
make_font_C
XX
FLAGS = @CACA_CFLAGS@
make_font_C
PP
FLAGS = @CACA_CFLAGS@
make_font_LDFLAGS = @CACA_LIBS@
if USE_CACA
Write
Preview
Loading…
Cancel
Save