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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
|
[Project]
name=otr
type=2
defaultConfig=0
[Debug]
// compiler
workingDirectory=
arguments=
intermediateFilesDirectory=Debug
outputFilesDirectory=Debug
compilerPreprocessor=BUILDING_DLL
extraCompilerOptions=
compilerIncludeDirectory=c:\msys\local\include\libotr,..\..\include
noWarning=0
defaultWarning=0
allWarning=1
extraWarning=0
isoWarning=0
warningsAsErrors=0
debugType=1
debugLevel=3
exceptionEnabled=0
runtimeTypeEnabled=0
optimizeLevel=0
// linker
libraryPath=
outputFilename=..\..\bin\debug\plugins\otr.dll
libraries=otr, gcrypt, gpg-error, comctl32, shell32
extraLinkerOptions=-shared
ignoreStartupFile=0
ignoreDefaultLibs=0
stripExecutableFile=0
// archive
extraArchiveOptions=
//resource
resourcePreprocessor=
resourceIncludeDirectory=
extraResourceOptions=
[Release]
// compiler
workingDirectory=
arguments=
intermediateFilesDirectory=Release
outputFilesDirectory=Release
compilerPreprocessor=BUILDING_DLL
extraCompilerOptions=
compilerIncludeDirectory=c:\msys\local\include\libotr,..\..\include
noWarning=0
defaultWarning=0
allWarning=1
extraWarning=0
isoWarning=0
warningAsErrors=0
debugType=0
debugLevel=1
exceptionEnabled=0
runtimeTypeEnabled=0
optimizeLevel=4
// linker
libraryPath=
outputFilename=..\..\bin\release\plugins\otr.dll
libraries=otr, gcrypt, gpg-error, comctl32, shell32
extraLinkerOptions=
ignoreStartupFile=0
ignoreDefaultLibs=0
stripExecutableFile=1
// archive
extraArchiveOptions=
//resource
resourcePreprocessor=
resourceIncludeDirectory=
extraResourceOptions=
[Source]
1=dllmain.cpp
2=menu.cpp
3=options.cpp
4=utils.cpp
[Header]
1=common.h
2=dll.h
3=menu.h
4=options.h
5=otr_private.h
6=resource.h
7=utils.h
[Resource]
1=otr_private.rc
2=resource.rc
[Other]
1=libotr\src\auth.c
2=libotr\src\auth.h
3=libotr\src\b64.c
4=libotr\src\b64.h
5=libotr\src\context.c
6=libotr\src\context.h
7=libotr\src\dh.c
8=libotr\src\dh.h
9=libotr\src\mem.c
10=libotr\src\mem.h
11=libotr\src\message.c
12=libotr\src\message.h
13=libotr\src\privkey-t.h
14=libotr\src\privkey.c
15=libotr\src\privkey.h
16=libotr\src\proto.c
17=libotr\src\proto.h
18=libotr\src\serial.h
19=libotr\src\tests.c
20=libotr\src\tlv.c
21=libotr\src\tlv.h
22=libotr\src\userstate.c
23=libotr\src\userstate.h
24=libotr\src\version.h
25=..\..\include\m_protocols.h
26=..\..\include\m_protosvc.h
27=..\..\include\m_message.h
28=..\..\include\m_popup.h
29=..\..\include\m_metacontacts.h
[History]
menu.cpp,3112
..\..\include\m_metacontacts.h,1769
..\..\include\m_popup.h,11116
..\..\include\m_message.h,1619
..\..\include\m_protocols.h,7232
options.cpp,10862
libotr\src\auth.h,6007
..\..\include\m_icolib.h,0
utils.cpp,7128
common.h,2043
libotr\src\context.h,4987
libotr\src\context.c,10303
libotr\src\message.h,2451
libotr\src\proto.h,5014
libotr\src\userstate.h,1679
libotr\src\message.c,29281
otr_private.h,149
libotr\src\auth.c,0
libotr\src\privkey.c,0
libotr\src\proto.c,0
libotr\src\tests.c,0
libotr\src\tlv.c,0
libotr\src\userstate.c,0
dllmain.cpp,17513
|