pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3883 - trunk/pingus


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3883 - trunk/pingus
Date: Sun, 20 Jul 2008 16:16:16 +0200

Author: grumbel
Date: 2008-07-20 16:16:15 +0200 (Sun, 20 Jul 2008)
New Revision: 3883

Modified:
   trunk/pingus/SConstruct
Log:
Added CXXFLAGS

Modified: trunk/pingus/SConstruct
===================================================================
--- trunk/pingus/SConstruct     2008-07-20 14:12:46 UTC (rev 3882)
+++ trunk/pingus/SConstruct     2008-07-20 14:16:15 UTC (rev 3883)
@@ -307,6 +307,7 @@
    opts.Add('CPPDEFINES', 'defined constants', [])
    opts.Add('LIBS',       'Additional libraries', ['GL'])
    opts.Add('CCFLAGS',    'C Compiler flags', [])
+   opts.Add('CXXFLAGS',   'C++ Compiler flags', [])
    opts.Add('LINKFLAGS',  'Linker Compiler flags', [])
 
    opts.Add(BoolOption('with_xinput',        'Build with Xinput support', 
False))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]