Diese Webseite funktioniert besser mit JavaScript.
Startseite
Hilfe
Anmelden
lolengine
/
lol
Mirror von
https://github.com/lolengine/lol
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
Add missing icons.png, use CPPFLAGS instead of CXXFLAGS in automake rules.
legacy
Sam Hocevar
sam
vor 15 Jahren
Ursprung
3c6cb52695
Commit
d7ee37a230
2 geänderte Dateien
mit
2 neuen
und
2 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+1
-1
src/Makefile.am
+1
-1
tools/Makefile.am
+ 1
- 1
src/Makefile.am
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Verfassen
Vorschau
Laden…
Abbrechen
Speichern