retropolio team mailing list archive
-
retropolio team
-
Mailing list archive
-
Message #00024
[Bug 504616] Re: addToMakefile is missing GCCFLAGS and forward slashes needs escaping
** Changed in: rts-peli
Milestone: None => 0.4
--
addToMakefile is missing GCCFLAGS and forward slashes needs escaping
https://bugs.launchpad.net/bugs/504616
You received this bug notification because you are a member of
retropolio, which is subscribed to RTS-peli.
Status in RTS-peli: Fix Released
Bug description:
We currently have this:
GCCFLAGS=""
while it should be this (because of our depencies):
GCCFLAGS="-lGL -lSDL -lSDLmain -lSDL_mixer -lSDL_image -lSDL_ttf -I/usr/include/SDL -lboost_thread -lboost_system"
And because that brings extra characters to dependency-lines, they need to be whitelisted as well.
References