~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to ports/winnt/ntpdc/ntpdc.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-11-26 22:16:37 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091126221637-lbtdp0ax1yg9t0bx
Tags: 1:4.2.4p7+dfsg-4
* Use uname -s instead of dpkg-architecture to found the kernel we're
  running on.  dpkg-architecture is part of dpkg-dev. (Closes: #558145)
* Make the package fail to build on hurd since it does not provided
  the needed system calls for ntpd to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9.00"
 
5
        Name="ntpdc"
 
6
        ProjectGUID="{8011C820-B3D5-4034-86EA-FFC30AE6764B}"
 
7
        TargetFrameworkVersion="0"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory=".\Debug"
 
20
                        IntermediateDirectory=".\Debug"
 
21
                        ConfigurationType="1"
 
22
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
23
                        UseOfMFC="0"
 
24
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
25
                        CharacterSet="2"
 
26
                        DeleteExtensionsOnClean="version.c,*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)"
 
27
                        >
 
28
                        <Tool
 
29
                                Name="VCPreBuildEventTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCXMLDataGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCWebServiceProxyGeneratorTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCMIDLTool"
 
42
                                TypeLibraryName=".\Debug/ntpdc.tlb"
 
43
                                HeaderFileName=""
 
44
                        />
 
45
                        <Tool
 
46
                                Name="VCCLCompilerTool"
 
47
                                Optimization="0"
 
48
                                WholeProgramOptimization="true"
 
49
                                AdditionalIncludeDirectories=".,..\include,..\..\..\include,$(OPENSSL)\include,$(OPENSSL)\inc32,..\..\..\libopts"
 
50
                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;__STDC__;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
 
51
                                MinimalRebuild="true"
 
52
                                BasicRuntimeChecks="3"
 
53
                                RuntimeLibrary="1"
 
54
                                PrecompiledHeaderFile=".\Debug/ntpdc.pch"
 
55
                                AssemblerListingLocation=".\Debug/"
 
56
                                ObjectFile=".\Debug/"
 
57
                                ProgramDataBaseFileName="..\bin\Debug\ntpdc-vc90"
 
58
                                BrowseInformation="1"
 
59
                                WarningLevel="4"
 
60
                                SuppressStartupBanner="true"
 
61
                                DebugInformationFormat="3"
 
62
                                CompileAs="1"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCManagedResourceCompilerTool"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCResourceCompilerTool"
 
69
                                PreprocessorDefinitions="_DEBUG"
 
70
                                Culture="1033"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCPreLinkEventTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCLinkerTool"
 
77
                                AdditionalDependencies="ws2_32.lib"
 
78
                                OutputFile="../bin/Debug/ntpdc.exe"
 
79
                                Version="0x0400"
 
80
                                LinkIncremental="1"
 
81
                                SuppressStartupBanner="true"
 
82
                                GenerateManifest="false"
 
83
                                GenerateDebugInformation="true"
 
84
                                ProgramDatabaseFile="..\bin\Debug\ntpdc.pdb"
 
85
                                SubSystem="1"
 
86
                                LinkTimeCodeGeneration="1"
 
87
                                RandomizedBaseAddress="1"
 
88
                                DataExecutionPrevention="0"
 
89
                                TargetMachine="1"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCALinkTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCManifestTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCXDCMakeTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCBscMakeTool"
 
102
                                SuppressStartupBanner="true"
 
103
                                OutputFile=".\Debug/ntpdc.bsc"
 
104
                        />
 
105
                        <Tool
 
106
                                Name="VCFxCopTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCAppVerifierTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCPostBuildEventTool"
 
113
                        />
 
114
                </Configuration>
 
115
                <Configuration
 
116
                        Name="Release|Win32"
 
117
                        OutputDirectory=".\Release"
 
118
                        IntermediateDirectory=".\Release"
 
119
                        ConfigurationType="1"
 
120
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
121
                        UseOfMFC="0"
 
122
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
123
                        CharacterSet="2"
 
124
                        DeleteExtensionsOnClean="version.c,*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)"
 
125
                        >
 
126
                        <Tool
 
127
                                Name="VCPreBuildEventTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCCustomBuildTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCXMLDataGeneratorTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCWebServiceProxyGeneratorTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCMIDLTool"
 
140
                                TypeLibraryName=".\Release/ntpdc.tlb"
 
141
                                HeaderFileName=""
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCCLCompilerTool"
 
145
                                Optimization="2"
 
146
                                InlineFunctionExpansion="1"
 
147
                                AdditionalIncludeDirectories=".,..\include,..\..\..\include,$(OPENSSL)\include,$(OPENSSL)\inc32,..\..\..\libopts"
 
148
                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__STDC__;SYS_WINNT;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
 
149
                                StringPooling="true"
 
150
                                RuntimeLibrary="0"
 
151
                                EnableFunctionLevelLinking="true"
 
152
                                PrecompiledHeaderFile=".\Release/ntpdc.pch"
 
153
                                AssemblerListingLocation=".\Release/"
 
154
                                ObjectFile=".\Release/"
 
155
                                ProgramDataBaseFileName="..\bin\Release\ntpdc-vc90"
 
156
                                WarningLevel="4"
 
157
                                SuppressStartupBanner="true"
 
158
                                DebugInformationFormat="3"
 
159
                                CompileAs="1"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCManagedResourceCompilerTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCResourceCompilerTool"
 
166
                                PreprocessorDefinitions="NDEBUG"
 
167
                                Culture="1033"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCPreLinkEventTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCLinkerTool"
 
174
                                AdditionalDependencies="ws2_32.lib"
 
175
                                OutputFile="../bin/Release/ntpdc.exe"
 
176
                                Version="0x0400"
 
177
                                LinkIncremental="1"
 
178
                                SuppressStartupBanner="true"
 
179
                                GenerateManifest="false"
 
180
                                GenerateDebugInformation="true"
 
181
                                ProgramDatabaseFile="..\bin\Release\ntpdc.pdb"
 
182
                                SubSystem="1"
 
183
                                LinkTimeCodeGeneration="0"
 
184
                                RandomizedBaseAddress="1"
 
185
                                DataExecutionPrevention="0"
 
186
                                TargetMachine="1"
 
187
                        />
 
188
                        <Tool
 
189
                                Name="VCALinkTool"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCManifestTool"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCXDCMakeTool"
 
196
                        />
 
197
                        <Tool
 
198
                                Name="VCBscMakeTool"
 
199
                                SuppressStartupBanner="true"
 
200
                                OutputFile=".\Release/ntpdc.bsc"
 
201
                        />
 
202
                        <Tool
 
203
                                Name="VCFxCopTool"
 
204
                        />
 
205
                        <Tool
 
206
                                Name="VCAppVerifierTool"
 
207
                        />
 
208
                        <Tool
 
209
                                Name="VCPostBuildEventTool"
 
210
                        />
 
211
                </Configuration>
 
212
        </Configurations>
 
213
        <References>
 
214
        </References>
 
215
        <Files>
 
216
                <Filter
 
217
                        Name="Source Files"
 
218
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
219
                        >
 
220
                        <File
 
221
                                RelativePath="..\..\..\ntpdc\ntpdc-opts.c"
 
222
                                >
 
223
                                <FileConfiguration
 
224
                                        Name="Debug|Win32"
 
225
                                        >
 
226
                                        <Tool
 
227
                                                Name="VCCLCompilerTool"
 
228
                                                AdditionalIncludeDirectories=""
 
229
                                                PreprocessorDefinitions=""
 
230
                                                WarningLevel="3"
 
231
                                        />
 
232
                                </FileConfiguration>
 
233
                                <FileConfiguration
 
234
                                        Name="Release|Win32"
 
235
                                        >
 
236
                                        <Tool
 
237
                                                Name="VCCLCompilerTool"
 
238
                                                AdditionalIncludeDirectories=""
 
239
                                                PreprocessorDefinitions=""
 
240
                                                WarningLevel="3"
 
241
                                        />
 
242
                                </FileConfiguration>
 
243
                        </File>
 
244
                        <File
 
245
                                RelativePath="..\..\..\ntpdc\ntpdc.c"
 
246
                                >
 
247
                                <FileConfiguration
 
248
                                        Name="Debug|Win32"
 
249
                                        >
 
250
                                        <Tool
 
251
                                                Name="VCCLCompilerTool"
 
252
                                                AdditionalIncludeDirectories=""
 
253
                                                PreprocessorDefinitions=""
 
254
                                                WarningLevel="3"
 
255
                                        />
 
256
                                </FileConfiguration>
 
257
                                <FileConfiguration
 
258
                                        Name="Release|Win32"
 
259
                                        >
 
260
                                        <Tool
 
261
                                                Name="VCCLCompilerTool"
 
262
                                                AdditionalIncludeDirectories=""
 
263
                                                PreprocessorDefinitions=""
 
264
                                                WarningLevel="3"
 
265
                                        />
 
266
                                </FileConfiguration>
 
267
                        </File>
 
268
                        <File
 
269
                                RelativePath="..\..\..\ntpdc\ntpdc_ops.c"
 
270
                                >
 
271
                                <FileConfiguration
 
272
                                        Name="Debug|Win32"
 
273
                                        >
 
274
                                        <Tool
 
275
                                                Name="VCCLCompilerTool"
 
276
                                                AdditionalIncludeDirectories=""
 
277
                                                PreprocessorDefinitions=""
 
278
                                                WarningLevel="3"
 
279
                                        />
 
280
                                </FileConfiguration>
 
281
                                <FileConfiguration
 
282
                                        Name="Release|Win32"
 
283
                                        >
 
284
                                        <Tool
 
285
                                                Name="VCCLCompilerTool"
 
286
                                                AdditionalIncludeDirectories=""
 
287
                                                PreprocessorDefinitions=""
 
288
                                                WarningLevel="3"
 
289
                                        />
 
290
                                </FileConfiguration>
 
291
                        </File>
 
292
                        <File
 
293
                                RelativePath="..\libntp\util_clockstuff.c"
 
294
                                >
 
295
                                <FileConfiguration
 
296
                                        Name="Debug|Win32"
 
297
                                        >
 
298
                                        <Tool
 
299
                                                Name="VCCLCompilerTool"
 
300
                                                AdditionalIncludeDirectories=""
 
301
                                                PreprocessorDefinitions=""
 
302
                                        />
 
303
                                </FileConfiguration>
 
304
                                <FileConfiguration
 
305
                                        Name="Release|Win32"
 
306
                                        >
 
307
                                        <Tool
 
308
                                                Name="VCCLCompilerTool"
 
309
                                                AdditionalIncludeDirectories=""
 
310
                                                PreprocessorDefinitions=""
 
311
                                        />
 
312
                                </FileConfiguration>
 
313
                        </File>
 
314
                        <File
 
315
                                RelativePath="version.c"
 
316
                                >
 
317
                                <FileConfiguration
 
318
                                        Name="Debug|Win32"
 
319
                                        >
 
320
                                        <Tool
 
321
                                                Name="VCCLCompilerTool"
 
322
                                                AdditionalIncludeDirectories=""
 
323
                                                PreprocessorDefinitions=""
 
324
                                        />
 
325
                                </FileConfiguration>
 
326
                                <FileConfiguration
 
327
                                        Name="Release|Win32"
 
328
                                        >
 
329
                                        <Tool
 
330
                                                Name="VCCLCompilerTool"
 
331
                                                AdditionalIncludeDirectories=""
 
332
                                                PreprocessorDefinitions=""
 
333
                                        />
 
334
                                </FileConfiguration>
 
335
                        </File>
 
336
                </Filter>
 
337
                <Filter
 
338
                        Name="Header Files"
 
339
                        Filter="h;hpp;hxx;hm;inl"
 
340
                        >
 
341
                        <File
 
342
                                RelativePath="..\..\..\ntpdc\ntpdc.h"
 
343
                                >
 
344
                        </File>
 
345
                </Filter>
 
346
                <Filter
 
347
                        Name="Resource Files"
 
348
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
349
                        >
 
350
                </Filter>
 
351
                <File
 
352
                        RelativePath="..\..\..\configure"
 
353
                        >
 
354
                        <FileConfiguration
 
355
                                Name="Debug|Win32"
 
356
                                >
 
357
                                <Tool
 
358
                                        Name="VCCustomBuildTool"
 
359
                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\scripts\mkver.bat -P ntpdc&#x0D;&#x0A;"
 
360
                                        Outputs="$(ProjectDir)version.c"
 
361
                                />
 
362
                        </FileConfiguration>
 
363
                        <FileConfiguration
 
364
                                Name="Release|Win32"
 
365
                                >
 
366
                                <Tool
 
367
                                        Name="VCCustomBuildTool"
 
368
                                        CommandLine="echo Using NT Shell Script to generate version.c&#x0D;&#x0A;..\scripts\mkver.bat -P ntpdc&#x0D;&#x0A;"
 
369
                                        Outputs="$(ProjectDir)version.c"
 
370
                                />
 
371
                        </FileConfiguration>
 
372
                </File>
 
373
        </Files>
 
374
        <Globals>
 
375
        </Globals>
 
376
</VisualStudioProject>