-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpun8.cbp
77 lines (77 loc) · 2.18 KB
/
pun8.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="pun8" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="./pun8" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-std=c++1z" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="phpcpp" />
<Add library="pcre2-8" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="Makefile">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="idlist.cpp" />
<Unit filename="idlist.h" />
<Unit filename="keytable.cpp" />
<Unit filename="keytable.h" />
<Unit filename="main.cpp" />
<Unit filename="parameter.cpp" />
<Unit filename="parameter.h" />
<Unit filename="path.cpp" />
<Unit filename="path.h" />
<Unit filename="pcre8.cpp" />
<Unit filename="pcre8.h" />
<Unit filename="pcre8_imp.cpp" />
<Unit filename="pcre8_imp.h" />
<Unit filename="pun8.ini" />
<Unit filename="puntype.cpp" />
<Unit filename="puntype.h" />
<Unit filename="re8map.cpp" />
<Unit filename="re8map.h" />
<Unit filename="recap8.cpp" />
<Unit filename="recap8.h" />
<Unit filename="test/test.php" />
<Unit filename="text.cpp" />
<Unit filename="text.h" />
<Unit filename="token8.cpp" />
<Unit filename="token8.h" />
<Unit filename="token8stream.cpp" />
<Unit filename="token8stream.h" />
<Unit filename="tomlbase.cpp" />
<Unit filename="tomlbase.h" />
<Unit filename="tomlreader.cpp" />
<Unit filename="tomlreader.h" />
<Unit filename="ucode8.cpp" />
<Unit filename="ucode8.h" />
<Unit filename="ustr8.cpp" />
<Unit filename="ustr8.h" />
<Unit filename="ustr_data.cpp" />
<Unit filename="ustr_data.h" />
<Unit filename="valuelist.cpp" />
<Unit filename="valuelist.h" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>