Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
lolengine
/
lol
miroir de
https://github.com/lolengine/lol
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Add missing icons.png, use CPPFLAGS instead of CXXFLAGS in automake rules.
legacy
Sam Hocevar
sam
il y a 14 ans
Parent
3c6cb52695
révision
d7ee37a230
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
src/Makefile.am
+1
-1
tools/Makefile.am
+ 1
- 1
src/Makefile.am
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer