forked from Qard/quickjs-glfw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqjs-glfw.project
64 lines (64 loc) · 2.42 KB
/
qjs-glfw.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<CodeLite_Project Name="qjs-glfw" InternalType="">
<VirtualDirectory Name="src">
<File Name="gamma_ramp.c"/>
<File Name="glfw.c"/>
<File Name="image.c"/>
<File Name="monitor.c"/>
<File Name="position.c"/>
<File Name="scale.c"/>
<File Name="size.c"/>
<File Name="video_mode.c"/>
<File Name="window.c"/>
<File Name="workarea.c"/>
</VirtualDirectory>
<VirtualDirectory Name="include">
<File Name="gamma_ramp.h"/>
<File Name="glfw.h"/>
<File Name="image.h"/>
<File Name="monitor.h"/>
<File Name="position.h"/>
<File Name="scale.h"/>
<File Name="size.h"/>
<File Name="video_mode.h"/>
<File Name="window.h"/>
<File Name="workarea.h"/>
</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/local/bin/gmake -f$(ProjectPath)/Makefile -j 32 clean && /usr/local/bin/gmake -f$(ProjectPath)/Makefile -j 32</RebuildCommand>
<CleanCommand>/usr/local/bin/gmake -f$(ProjectPath)/Makefile -j 32 clean</CleanCommand>
<BuildCommand>/usr/local/bin/gmake -f$(ProjectPath)/Makefile -j 32</BuildCommand>
<SingleFileCommand>/usr/local/bin/gmake -f$(ProjectPath)/Makefile -B $(CurrentFileFullName).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>