-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLanguage.cbp
More file actions
53 lines (53 loc) · 1.63 KB
/
Language.cbp
File metadata and controls
53 lines (53 loc) · 1.63 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Language" />
<Option pch_mode="2" />
<Option compiler="gnu_gcc_mingw_compiler__strict" />
<Build>
<Target title="Release">
<Option output="Release/Language" prefix_auto="1" extension_auto="1" />
<Option object_output="Release/" />
<Option type="1" />
<Option compiler="gnu_gcc_mingw_compiler__strict" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="HashList/list.cpp" />
<Unit filename="HashList/list.h" />
<Unit filename="HashList/table.cpp" />
<Unit filename="HashList/table.h" />
<Unit filename="LexerList/list_ptr.cpp" />
<Unit filename="LexerList/list_ptr.h" />
<Unit filename="function" />
<Unit filename="include/asm.h" />
<Unit filename="include/dump.h" />
<Unit filename="include/gram&help_functions.h" />
<Unit filename="include/lexer.h" />
<Unit filename="include/node.h" />
<Unit filename="include/parser.h" />
<Unit filename="main.cpp" />
<Unit filename="source/asm_translator.cpp" />
<Unit filename="source/dump.cpp" />
<Unit filename="source/grammatical_functions.cpp" />
<Unit filename="source/helper_functions.cpp" />
<Unit filename="source/lexer.cpp" />
<Unit filename="source/node.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>