summaryrefslogtreecommitdiff
path: root/libMesa.project
diff options
context:
space:
mode:
authorDavid Li <davidxli@google.com>2011-02-08 14:25:22 -0800
committerDavid Li <davidxli@google.com>2011-02-08 14:25:22 -0800
commitb341bc8271147be311b77937347f0f3f54aab749 (patch)
tree22d2e62cea837f5309e934bcff3d866b0099cfff /libMesa.project
parent2ac1cf8a62bcf080b70eaa7c0e4f57d4e8001685 (diff)
Changed some states to enum; static gl_context for shader compiling/linking.
Changed language version from 100 to 120.
Diffstat (limited to 'libMesa.project')
-rw-r--r--libMesa.project7
1 files changed, 4 insertions, 3 deletions
diff --git a/libMesa.project b/libMesa.project
index 08a7dd4..4443805 100644
--- a/libMesa.project
+++ b/libMesa.project
@@ -58,6 +58,7 @@
<File Name="src/mesa/main/context.h"/>
<File Name="src/mesa/main/simple_list.h"/>
<File Name="src/mesa/main/mtypes.h"/>
+ <File Name="src/mesa/main/shaderobj.c"/>
</VirtualDirectory>
<VirtualDirectory Name="program">
<File Name="src/mesa/program/prog_parameter.cpp"/>
@@ -219,9 +220,11 @@
</VirtualDirectory>
<Description/>
<Dependencies/>
+ <Dependencies Name="Release"/>
+ <Dependencies Name="Debug"/>
<Settings Type="Static Library">
<Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
- <Compiler Options="-g;-D__STDC_LIMIT_MACROS;-D__STDC_CONSTANT_MACROS;-m32 -march=i686;-DDEBUG;-UNDEBUG;-O0" Required="yes" PreCompiledHeader="">
+ <Compiler Options="-D__STDC_LIMIT_MACROS;-D__STDC_CONSTANT_MACROS;-m32 -march=i686;-DDEBUG;-UNDEBUG;-O0;-g" Required="yes" PreCompiledHeader="">
<IncludePath Value="src/mesa/"/>
<IncludePath Value="include/"/>
<IncludePath Value="src/talloc/"/>
@@ -315,6 +318,4 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
</Settings>
- <Dependencies Name="Debug"/>
- <Dependencies Name="Release"/>
</CodeLite_Project>