blob: 90105493dc506785c3fe1527d6c5e5646a3450aa (
plain) (
blame)
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
82
83
84
85
86
87
|
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_project_file>
<CodeBlocks_project_file>
<FileVersion major="1" minor="1"/>
<Project>
<Option title="tmxcopy"/>
<Option makefile="Makefile"/>
<Option makefile_is_custom="0"/>
<Option active_target="0"/>
<Option compiler="0"/>
<Build>
<Target title="default">
<Option output="tmxcopy.exe"/>
<Option working_dir="."/>
<Option object_output=".objs"/>
<Option deps_output=".deps"/>
<Option type="1"/>
<Option compiler="0"/>
<Option projectResourceIncludeDirsRelation="1"/>
</Target>
</Build>
<Linker>
<Add library="libxml2"/>
<Add library="libz"/>
</Linker>
<Unit filename="base64.cpp">
<Option compilerVar="CPP"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="base64.h">
<Option compilerVar=""/>
<Option compile="0"/>
<Option link="0"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="main.cpp">
<Option compilerVar="CPP"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="map.cpp">
<Option compilerVar="CPP"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="map.hpp">
<Option compilerVar=""/>
<Option compile="0"/>
<Option link="0"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="tostring.h">
<Option compilerVar=""/>
<Option compile="0"/>
<Option link="0"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="xmlutils.cpp">
<Option compilerVar="CPP"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="xmlutils.h">
<Option compilerVar=""/>
<Option compile="0"/>
<Option link="0"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="zlibutils.cpp">
<Option compilerVar="CPP"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
<Unit filename="zlibutils.h">
<Option compilerVar=""/>
<Option compile="0"/>
<Option link="0"/>
<Option target="default"/>
<Option target="release"/>
</Unit>
</Project>
</CodeBlocks_project_file>
|