-
Notifications
You must be signed in to change notification settings - Fork 0
/
Genek.cbp
81 lines (81 loc) · 2.91 KB
/
Genek.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Genek" />
<Option makefile="makefile" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Windows">
<Option platforms="Windows;" />
<Option output="bin/Windows/Genek" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Windows/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add directory="lib/Windows/include" />
</Compiler>
<Linker>
<Add library="nana" />
<Add library="gdi32" />
<Add library="comdlg32" />
<Add directory="lib/Windows/lib" />
</Linker>
<ExtraCommands>
<Add after="scripts\release_windows.bat" />
</ExtraCommands>
</Target>
</Build>
<Compiler>
<Add option="-fexpensive-optimizations" />
<Add option="-O3" />
<Add option="-Wall" />
<Add option="-std=c++14" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
<Unit filename="src/core/array3d.hpp" />
<Unit filename="src/core/core.cpp" />
<Unit filename="src/core/core.hpp" />
<Unit filename="src/core/export.cpp" />
<Unit filename="src/core/export.hpp" />
<Unit filename="src/core/generatorBorder.cpp" />
<Unit filename="src/core/generatorBridge.cpp" />
<Unit filename="src/core/generatorData.hpp" />
<Unit filename="src/core/generatorHeightMap.cpp" />
<Unit filename="src/core/generatorMaterials.cpp" />
<Unit filename="src/core/generatorPlayerSpawn.cpp" />
<Unit filename="src/core/generatorSettings.hpp" />
<Unit filename="src/core/generatorSurface.cpp" />
<Unit filename="src/gui/gui.cpp" />
<Unit filename="src/gui/gui.hpp" />
<Unit filename="src/logger/logger.cpp" />
<Unit filename="src/logger/logger.hpp" />
<Unit filename="src/logger/time.cpp" />
<Unit filename="src/logger/time.hpp" />
<Unit filename="src/main.cpp" />
<Unit filename="src/main.hpp" />
<Unit filename="src/noise/PerlinNoise.cpp" />
<Unit filename="src/noise/PerlinNoise.h" />
<Unit filename="src/noise/ppm.cpp" />
<Unit filename="src/noise/ppm.h" />
<Unit filename="src/res/icon.ico" />
<Unit filename="src/res/icon.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Extensions>
<AutoVersioning>
<Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
<Settings autoincrement="1" date_declarations="1" use_define="0" update_manifest="1" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
<Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
<Code header_guard="VERSION_H" namespace="AutoVersion" prefix="" />
</AutoVersioning>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>