-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMatrixH.project
50 lines (50 loc) · 1.93 KB
/
MatrixH.project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<CodeLite_Project Name="MatrixH" InternalType="">
<VirtualDirectory Name="src">
<VirtualDirectory Name="src">
<File Name="src/matrix.cpp"/>
</VirtualDirectory>
</VirtualDirectory>
<VirtualDirectory Name="include">
<VirtualDirectory Name="src">
<File Name="src/matrix.hpp"/>
</VirtualDirectory>
</VirtualDirectory>
<Settings Type="">
<Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
</Compiler>
<Linker Options="" Required="yes"/>
<ResourceCompiler Options="" Required="no"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./" Command="./$(ProjectName)" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
<PreBuild/>
<PostBuild/>
<CustomBuild Enabled="yes">
<RebuildCommand>/usr/bin/make -j 64 clean && /usr/bin/make -j 64</RebuildCommand>
<CleanCommand>/usr/bin/make -j 64 clean</CleanCommand>
<BuildCommand>/usr/bin/make -j 64</BuildCommand>
<SingleFileCommand>/usr/bin/make -f$(ProjectPath)/Makefile $(CurrentFileName).cpp.o</SingleFileCommand>
<PreprocessFileCommand/>
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
</CustomBuild>
<AdditionalRules>
<CustomPostBuild/>
<CustomPreBuild/>
</AdditionalRules>
</Configuration>
<GlobalSettings>
<Compiler Options="">
<IncludePath Value="."/>
</Compiler>
<Linker Options="">
<LibraryPath Value="."/>
</Linker>
<ResourceCompiler Options=""/>
</GlobalSettings>
</Settings>
</CodeLite_Project>