Public bug reported:

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.

** Affects: rts-peli
     Importance: Undecided
         Status: New

-- 
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 the registrant for RTS-peli.

Status in RTS-peli: New

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.



_______________________________________________
Mailing list: https://launchpad.net/~retropolio
Post to     : retropolio@lists.launchpad.net
Unsubscribe : https://launchpad.net/~retropolio
More help   : https://help.launchpad.net/ListHelp

Reply via email to