Home | History | Annotate | Download | only in test
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <CodeLite_Project Name="mesa" InternalType="Console">
      3   <Plugins>
      4     <Plugin Name="qmake">
      5       <![CDATA[00010001N0005Debug000000000000]]>
      6     </Plugin>
      7   </Plugins>
      8   <Description/>
      9   <Dependencies/>
     10   <VirtualDirectory Name="test">
     11     <File Name="image_file.h"/>
     12     <File Name="main.cpp"/>
     13     <File Name="egl.cpp"/>
     14     <File Name="cmain.c"/>
     15     <File Name="m_matrix.c"/>
     16     <File Name="m_matrix.h"/>
     17   </VirtualDirectory>
     18   <Dependencies Name="Release"/>
     19   <Settings Type="Executable">
     20     <Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
     21       <Compiler Options="-D__STDC_LIMIT_MACROS;-D__STDC_CONSTANT_MACROS;-m32 -march=i686;-DDEBUG;-UNDEBUG;-O0;-g" Required="yes" PreCompiledHeader="">
     22         <IncludePath Value="."/>
     23         <IncludePath Value="../include/"/>
     24         <IncludePath Value="../../../frameworks/base/opengl/include"/>
     25         <IncludePath Value="../../../external/llvm/include"/>
     26       </Compiler>
     27       <Linker Options="-m32 -lstdc++ -ldl -lpthread -lbcc" Required="yes">
     28         <LibraryPath Value="../Debug"/>
     29         <Library Value="libMesa"/>
     30       </Linker>
     31       <ResourceCompiler Options="" Required="no"/>
     32       <General OutputFile="./Debug/$(ProjectName)" IntermediateDirectory="./Debug/obj" Command="./$(ProjectName)" CommandArguments="" WorkingDirectory="./Debug" PauseExecWhenProcTerminates="yes"/>
     33       <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
     34         <PostConnectCommands/>
     35         <StartupCommands/>
     36       </Debugger>
     37       <PreBuild/>
     38       <PostBuild/>
     39       <CustomBuild Enabled="no">
     40         <RebuildCommand/>
     41         <CleanCommand/>
     42         <BuildCommand/>
     43         <PreprocessFileCommand/>
     44         <SingleFileCommand/>
     45         <MakefileGenerationCommand/>
     46         <ThirdPartyToolName>None</ThirdPartyToolName>
     47         <WorkingDirectory/>
     48       </CustomBuild>
     49       <AdditionalRules>
     50         <CustomPostBuild/>
     51         <CustomPreBuild/>
     52       </AdditionalRules>
     53     </Configuration>
     54     <Configuration Name="Release" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
     55       <Compiler Options="" Required="yes" PreCompiledHeader="">
     56         <IncludePath Value="."/>
     57       </Compiler>
     58       <Linker Options="-O2" Required="yes"/>
     59       <ResourceCompiler Options="" Required="no"/>
     60       <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
     61       <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
     62         <PostConnectCommands/>
     63         <StartupCommands/>
     64       </Debugger>
     65       <PreBuild/>
     66       <PostBuild/>
     67       <CustomBuild Enabled="no">
     68         <RebuildCommand/>
     69         <CleanCommand/>
     70         <BuildCommand/>
     71         <PreprocessFileCommand/>
     72         <SingleFileCommand/>
     73         <MakefileGenerationCommand/>
     74         <ThirdPartyToolName>None</ThirdPartyToolName>
     75         <WorkingDirectory/>
     76       </CustomBuild>
     77       <AdditionalRules>
     78         <CustomPostBuild/>
     79         <CustomPreBuild/>
     80       </AdditionalRules>
     81     </Configuration>
     82     <GlobalSettings>
     83       <Compiler Options="">
     84         <IncludePath Value="."/>
     85       </Compiler>
     86       <Linker Options="">
     87         <LibraryPath Value="."/>
     88       </Linker>
     89       <ResourceCompiler Options=""/>
     90     </GlobalSettings>
     91   </Settings>
     92   <Dependencies Name="Debug">
     93     <Project Name="libMesa"/>
     94   </Dependencies>
     95 </CodeLite_Project>
     96