blob: bf23b0216cecb328efe706a86501a7bb08093e92 (
plain)
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
|
[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=debug\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=release\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=..\..\..\..\..\..\..\msys\home\sje\libotr\src\auth.c
2=..\..\..\..\..\..\..\msys\home\sje\libotr\src\auth.h
3=..\..\..\..\..\..\..\msys\home\sje\libotr\src\b64.c
4=..\..\..\..\..\..\..\msys\home\sje\libotr\src\b64.h
5=..\..\..\..\..\..\..\msys\home\sje\libotr\src\context.c
6=..\..\..\..\..\..\..\msys\home\sje\libotr\src\context.h
7=..\..\..\..\..\..\..\msys\home\sje\libotr\src\dh.c
8=..\..\..\..\..\..\..\msys\home\sje\libotr\src\dh.h
9=..\..\..\..\..\..\..\msys\home\sje\libotr\src\mem.c
10=..\..\..\..\..\..\..\msys\home\sje\libotr\src\mem.h
11=..\..\..\..\..\..\..\msys\home\sje\libotr\src\message.c
12=..\..\..\..\..\..\..\msys\home\sje\libotr\src\message.h
13=..\..\..\..\..\..\..\msys\home\sje\libotr\src\privkey-t.h
14=..\..\..\..\..\..\..\msys\home\sje\libotr\src\privkey.c
15=..\..\..\..\..\..\..\msys\home\sje\libotr\src\privkey.h
16=..\..\..\..\..\..\..\msys\home\sje\libotr\src\proto.c
17=..\..\..\..\..\..\..\msys\home\sje\libotr\src\proto.h
18=..\..\..\..\..\..\..\msys\home\sje\libotr\src\serial.h
19=..\..\..\..\..\..\..\msys\home\sje\libotr\src\sm.c
20=..\..\..\..\..\..\..\msys\home\sje\libotr\src\sm.h
21=..\..\..\..\..\..\..\msys\home\sje\libotr\src\tests.c
22=..\..\..\..\..\..\..\msys\home\sje\libotr\src\tlv.c
23=..\..\..\..\..\..\..\msys\home\sje\libotr\src\tlv.h
24=..\..\..\..\..\..\..\msys\home\sje\libotr\src\userstate.c
25=..\..\..\..\..\..\..\msys\home\sje\libotr\src\userstate.h
26=..\..\..\..\..\..\..\msys\home\sje\libotr\src\version.h
[History]
options.cpp,15888
|