-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy paththinkerlaunch.cbp
55 lines (55 loc) · 1.69 KB
/
thinkerlaunch.cbp
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="thinkerlaunch" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="build/bin/debug/thinker" prefix_auto="1" extension_auto="1" />
<Option working_dir="patch" />
<Option object_output="build/obj/debug/" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g -Og" />
<Add option="-DBUILD_DEBUG" />
</Compiler>
<Linker>
<Add library="user32" />
</Linker>
</Target>
<Target title="Release">
<Option output="build/bin/release/thinker" prefix_auto="1" extension_auto="1" />
<Option working_dir="patch" />
<Option object_output="build/obj/release/" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2 -flto -fno-rtti -fno-strict-aliasing -fno-delete-null-pointer-checks" />
<Add option="-DBUILD_REL" />
</Compiler>
<Linker>
<Add option="-s -static" />
<Add library="user32" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-std=c++11 -pedantic -Wall -Wextra -Wshadow -Wundef -Wuseless-cast -Wpointer-arith -Wfloat-conversion" />
</Compiler>
<ExtraCommands>
<Add after='cmd /c copy "$(PROJECT_DIR)$(TARGET_OUTPUT_FILE)" patch\' />
</ExtraCommands>
<Unit filename="src/launch.cpp" />
<Unit filename="src/launch.h" />
<Unit filename="src/launch.manifest" />
<Unit filename="src/launch.rc">
<Option compilerVar="CPP" />
</Unit>
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>