From: <pst...@us...> - 2013-01-07 05:35:35
|
Revision: 950 http://sourceforge.net/p/jazzplusplus/code/950 Author: pstieber Date: 2013-01-07 05:35:32 +0000 (Mon, 07 Jan 2013) Log Message: ----------- Added a define to enable ALSA. Modified Paths: -------------- trunk/jazz/codeblocks/Jazz++.cbp Modified: trunk/jazz/codeblocks/Jazz++.cbp =================================================================== --- trunk/jazz/codeblocks/Jazz++.cbp 2013-01-07 05:32:57 UTC (rev 949) +++ trunk/jazz/codeblocks/Jazz++.cbp 2013-01-07 05:35:32 UTC (rev 950) @@ -37,8 +37,9 @@ </Target> </Build> <Compiler> + <Add option="-Wall" /> <Add option="`wx-config --cflags`" /> - <Add option="-Wall" /> + <Add option="-DDEV_ALSA" /> </Compiler> <Linker> <Add option="`wx-config --libs`" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |