Fix compiler warning due to missing function prototype.
[svn.git] / build / generator / neon.vcproj.ezt
blob472fce048dd87f983887d655458d68da458253fb
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="[version]"
5 Name="neon"
6 SccProjectName=""
7 SccLocalPath=""
8 Keyword="MakeFileProj">
9 <Platforms>
10 [for platforms] <Platform
11 Name="[platforms]"/>
12 [end] </Platforms>
13 <Configurations>
14 [for platforms] <Configuration
15 Name="Debug|[platforms]"
16 OutputDirectory="Debug"
17 IntermediateDirectory="Debug"
18 ConfigurationType="0"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCNMakeTool"
23 BuildCommandLine="nmake /nologo /f neon.mak ALL DEBUG_BUILD=Aye EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path] ZLIB_LIBS=[zlib_path]\zlibstatD.lib[end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
24 ReBuildCommandLine="nmake /nologo /f neon.mak CLEAN ALL DEBUG_BUILD=Aye EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path] ZLIB_LIBS=[zlib_path]\zlibstatD.lib[end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
25 CleanCommandLine="nmake /nologo /f neon.mak CLEAN DEBUG_BUILD=Aye EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path] ZLIB_LIBS=[zlib_path]\zlibstatD.lib[end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
26 Output="libneonD.lib"/>
27 </Configuration>
28 <Configuration
29 Name="Release|[platforms]"
30 OutputDirectory="Release"
31 IntermediateDirectory="Release"
32 ConfigurationType="0"
33 UseOfMFC="0"
34 ATLMinimizesCRunTimeLibraryUsage="FALSE">
35 <Tool
36 Name="VCNMakeTool"
37 BuildCommandLine="nmake /nologo /f neon.mak ALL EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
38 ReBuildCommandLine="nmake /nologo /f neon.mak CLEAN ALL EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
39 CleanCommandLine="nmake /nologo /f neon.mak CLEAN EXPAT_INC=[expat_path] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path][end]"
40 Output="libneon.lib"/>
41 </Configuration>
42 [end] </Configurations>
43 <Files>
44 <Filter
45 Name="Source Files"
46 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
47 [for neon_sources]<File
48 RelativePath="[neon_sources]">
49 </File>
50 [end]
51 </Filter>
52 <Filter
53 Name="Header Files"
54 Filter="h;hpp;hxx;hm;inl">
55 [for neon_headers]<File
56 RelativePath="[neon_headers]">
57 </File>
58 [end]
59 </Filter>
60 </Files>
61 <Globals>
62 </Globals>
63 </VisualStudioProject>