David Li | aa1f54d | 2011-03-01 16:54:04 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <CodeLite_Project Name="libagl2" InternalType="Console"> |
| 3 | <Plugins> |
| 4 | <Plugin Name="qmake"> |
| 5 | <![CDATA[00010001N0005Debug000000000000]]> |
| 6 | </Plugin> |
| 7 | </Plugins> |
| 8 | <Description/> |
| 9 | <Dependencies/> |
| 10 | <Dependencies Name="Release"/> |
| 11 | <VirtualDirectory Name="src"> |
| 12 | <File Name="src/egl.cpp"/> |
| 13 | <File Name="src/api.cpp"/> |
| 14 | <File Name="src/gles2context.h"/> |
| 15 | <File Name="src/shader.cpp"/> |
| 16 | <File Name="src/vertex.cpp"/> |
| 17 | <File Name="src/state.cpp"/> |
| 18 | <File Name="src/texture.cpp"/> |
| 19 | <File Name="src/get.cpp"/> |
| 20 | </VirtualDirectory> |
| 21 | <VirtualDirectory Name="include"/> |
| 22 | <Settings Type="Executable"> |
| 23 | <Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
| 24 | <Compiler Options="-g;-m32" Required="yes" PreCompiledHeader=""> |
| 25 | <IncludePath Value="/usr/include/c++/4.4"/> |
| 26 | <IncludePath Value="/usr/include/c++/4.4/ext"/> |
| 27 | <IncludePath Value="."/> |
| 28 | <IncludePath Value="include"/> |
| 29 | <IncludePath Value="../../../../external/mesa3d/include"/> |
| 30 | <IncludePath Value="../../../../external/mesa3d/src"/> |
| 31 | <IncludePath Value="../../../../hardware/libhardware/include"/> |
| 32 | <IncludePath Value="../../../../system/core/include"/> |
| 33 | <IncludePath Value="../include"/> |
| 34 | <IncludePath Value="../../include"/> |
| 35 | <IncludePath Value="../../../../development/ndk/platforms/android-9/include"/> |
| 36 | <IncludePath Value="../../../../bionic/libc/include/"/> |
| 37 | <IncludePath Value="/../../../../development/ndk/platforms/android-5/arch-x86/include"/> |
| 38 | <IncludePath Value="../../../../bionic/libc/arch-x86/include"/> |
| 39 | <IncludePath Value="../../../../bionic/libc/kernel/arch-x86"/> |
| 40 | <IncludePath Value="/../../../../external/kernel-headers/original"/> |
| 41 | <IncludePath Value="../../../../prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include"/> |
| 42 | </Compiler> |
| 43 | <Linker Options="-m32;-lstdc++" Required="yes"/> |
| 44 | <ResourceCompiler Options="" Required="no"/> |
| 45 | <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> |
| 46 | <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> |
| 47 | <PostConnectCommands/> |
| 48 | <StartupCommands/> |
| 49 | </Debugger> |
| 50 | <PreBuild/> |
| 51 | <PostBuild/> |
| 52 | <CustomBuild Enabled="no"> |
| 53 | <RebuildCommand/> |
| 54 | <CleanCommand/> |
| 55 | <BuildCommand/> |
| 56 | <PreprocessFileCommand/> |
| 57 | <SingleFileCommand/> |
| 58 | <MakefileGenerationCommand/> |
| 59 | <ThirdPartyToolName>None</ThirdPartyToolName> |
| 60 | <WorkingDirectory/> |
| 61 | </CustomBuild> |
| 62 | <AdditionalRules> |
| 63 | <CustomPostBuild/> |
| 64 | <CustomPreBuild/> |
| 65 | </AdditionalRules> |
| 66 | </Configuration> |
| 67 | <Configuration Name="Release" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
| 68 | <Compiler Options="" Required="yes" PreCompiledHeader=""> |
| 69 | <IncludePath Value="."/> |
| 70 | </Compiler> |
| 71 | <Linker Options="-O2" Required="yes"/> |
| 72 | <ResourceCompiler Options="" Required="no"/> |
| 73 | <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> |
| 74 | <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> |
| 75 | <PostConnectCommands/> |
| 76 | <StartupCommands/> |
| 77 | </Debugger> |
| 78 | <PreBuild/> |
| 79 | <PostBuild/> |
| 80 | <CustomBuild Enabled="no"> |
| 81 | <RebuildCommand/> |
| 82 | <CleanCommand/> |
| 83 | <BuildCommand/> |
| 84 | <PreprocessFileCommand/> |
| 85 | <SingleFileCommand/> |
| 86 | <MakefileGenerationCommand/> |
| 87 | <ThirdPartyToolName>None</ThirdPartyToolName> |
| 88 | <WorkingDirectory/> |
| 89 | </CustomBuild> |
| 90 | <AdditionalRules> |
| 91 | <CustomPostBuild/> |
| 92 | <CustomPreBuild/> |
| 93 | </AdditionalRules> |
| 94 | </Configuration> |
| 95 | <GlobalSettings> |
| 96 | <Compiler Options=""> |
| 97 | <IncludePath Value="."/> |
| 98 | </Compiler> |
| 99 | <Linker Options=""> |
| 100 | <LibraryPath Value="."/> |
| 101 | </Linker> |
| 102 | <ResourceCompiler Options=""/> |
| 103 | </GlobalSettings> |
| 104 | </Settings> |
| 105 | <Dependencies Name="Debug"> |
| 106 | <Project Name="libMesa"/> |
| 107 | </Dependencies> |
| 108 | </CodeLite_Project> |