blob: 4eabde27b851cb5ecadb5c9d5487f3df837ac11f (
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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
[Project]
FileName=webview.dev
Name=webview
UnitCount=13
Type=3
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=webview_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=-DBUILDING_DLL=1_@@_-Os_@@__@@__@@__@@__@@__@@__@@__@@__@@__@@__@@__@@__@@__@@__@@_
CppCompiler=
Linker=../../../../../../../Dev-Cpp/lib/libgdi32.a_@@_../../../../../../../Dev-Cpp/lib/libcomdlg32.a_@@__@@_
IsCpp=0
Icon=
ExeOutput=
ObjectOutput=
OverrideOutput=1
OverrideOutputName=webview.dll
HostApplication=
Folders=
CommandLine=
IncludeVersionInfo=1
SupportXPThemes=0
CompilerSet=0
CompilerSettings=0000000000000000000100
UseCustomMakefile=0
CustomMakefile=
[VersionInfo]
Major=0
Minor=1
Release=3
Build=10
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=0.1.3.10
FileDescription=Webview protocol plugin for Miranda IM
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0
[Unit2]
FileName=main.c
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
CompileCpp=0
[Unit3]
FileName=webview_common.h
CompileCpp=0
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit5]
FileName=webview.h
CompileCpp=0
Folder=forkthread.c
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit1]
FileName=resource.h
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
CompileCpp=0
[Unit4]
FileName=forkthread.c
CompileCpp=0
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit6]
FileName=webview.c
CompileCpp=0
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit7]
FileName=webview.rc
CompileCpp=0
Folder=Resources
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit8]
FileName=webview_services.c
CompileCpp=0
Folder=
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=$(CC) -c services.c -o services.o $(CFLAGS)
[Unit9]
FileName=webview_getdata.c
CompileCpp=0
Folder=
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=$(CC) -c webview_getdata.c -o webview_getdata.o $(CFLAGS)
[Unit10]
FileName=webview_opts.c
CompileCpp=0
Folder=
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=$(CC) -c webview_dlgprocs.c -o webview_dlgprocs.o $(CFLAGS)
[Unit11]
FileName=webview_cleanup.c
CompileCpp=0
Folder=
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=$(CC) -c webview_cleanup.c -o webview_cleanup.o $(CFLAGS)
[Unit12]
FileName=webview_datawnd.c
CompileCpp=0
Folder=
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=$(CC) -c webview_datawnd.c -o webview_datawnd.o $(CFLAGS)
[Unit13]
FileName=webview_alerts.c
CompileCpp=0
Folder=webview
Compile=1
Link=0
Priority=1000
OverrideBuildCmd=0
BuildCmd=$(CC) -c webview_alerts.c -o webview_alerts.o $(CFLAGS)
|