forked from KolibriOS/kolibrios
Modified g++ FLAGS in Makefile
git-svn-id: svn://kolibrios.org@4657 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
94fcdbc982
commit
26a99f5bce
@ -640,7 +640,8 @@ checkers.o : $(CHECKERSDIR)/checkers.cpp \
|
|||||||
$(CHECKERSDIR)/gr-draw.h \
|
$(CHECKERSDIR)/gr-draw.h \
|
||||||
$(CHECKERSDIR)/gnu-draw.h \
|
$(CHECKERSDIR)/gnu-draw.h \
|
||||||
$(CHECKERSDIR)/sysproc.h
|
$(CHECKERSDIR)/sysproc.h
|
||||||
g++ -c $(CHECKERSDIR)/checkers.cpp
|
g++ -c -Os -DAUTOBUILD -DLANG_ENG=1 $(CHECKERSDIR)/checkers.cpp
|
||||||
|
# g++ -c $(CHECKERSDIR)/checkers.cpp
|
||||||
|
|
||||||
# Rules for sdk/sound, used by media/ac97snd
|
# Rules for sdk/sound, used by media/ac97snd
|
||||||
SOUNDDIR=$(PROGS)/develop/sdk/trunk/sound/src
|
SOUNDDIR=$(PROGS)/develop/sdk/trunk/sound/src
|
||||||
|
Loading…
Reference in New Issue
Block a user