eqemu

view libs/libimago/imago.vcproj @ 10:819c7ebb1bec

added libimago to avoid the external dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Jul 2014 05:07:40 +0300
parents
children
line source
1 <?xml version="1.0" encoding="windows-1253"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="libimago2"
6 ProjectGUID="{1FFDD3FB-E37E-4258-8955-5583AF3A0C29}"
7 RootNamespace="imago"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="4"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 CommandLine="$(SolutionDir)\build\vcconfig.bat"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 DebugInformationFormat="4"
52 DisableSpecificWarnings="4244;4996"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLibrarianTool"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
85 IntermediateDirectory="$(ConfigurationName)"
86 ConfigurationType="4"
87 CharacterSet="1"
88 WholeProgramOptimization="1"
89 >
90 <Tool
91 Name="VCPreBuildEventTool"
92 CommandLine="$(SolutionDir)\build\vcconfig.bat"
93 />
94 <Tool
95 Name="VCCustomBuildTool"
96 />
97 <Tool
98 Name="VCXMLDataGeneratorTool"
99 />
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
102 />
103 <Tool
104 Name="VCMIDLTool"
105 />
106 <Tool
107 Name="VCCLCompilerTool"
108 Optimization="2"
109 EnableIntrinsicFunctions="true"
110 WholeProgramOptimization="false"
111 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
112 RuntimeLibrary="2"
113 EnableFunctionLevelLinking="true"
114 UsePrecompiledHeader="0"
115 WarningLevel="3"
116 DebugInformationFormat="3"
117 DisableSpecificWarnings="4244;4996"
118 />
119 <Tool
120 Name="VCManagedResourceCompilerTool"
121 />
122 <Tool
123 Name="VCResourceCompilerTool"
124 />
125 <Tool
126 Name="VCPreLinkEventTool"
127 />
128 <Tool
129 Name="VCLibrarianTool"
130 />
131 <Tool
132 Name="VCALinkTool"
133 />
134 <Tool
135 Name="VCXDCMakeTool"
136 />
137 <Tool
138 Name="VCBscMakeTool"
139 />
140 <Tool
141 Name="VCFxCopTool"
142 />
143 <Tool
144 Name="VCPostBuildEventTool"
145 CommandLine="mkdir usr\include&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\imago2.h usr\include\imago2.h&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\&#x0D;&#x0A;"
146 />
147 </Configuration>
148 </Configurations>
149 <References>
150 </References>
151 <Files>
152 <Filter
153 Name="Source Files"
154 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
155 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
156 >
157 <File
158 RelativePath=".\src\conv.c"
159 >
160 </File>
161 <File
162 RelativePath=".\src\file_jpeg.c"
163 >
164 </File>
165 <File
166 RelativePath=".\src\file_png.c"
167 >
168 </File>
169 <File
170 RelativePath=".\src\file_ppm.c"
171 >
172 </File>
173 <File
174 RelativePath=".\src\file_rgbe.c"
175 >
176 </File>
177 <File
178 RelativePath=".\src\ftype_module.c"
179 >
180 </File>
181 <File
182 RelativePath=".\src\imago2.c"
183 >
184 </File>
185 <File
186 RelativePath=".\src\imago_gl.c"
187 >
188 </File>
189 <File
190 RelativePath=".\src\modules.c"
191 >
192 </File>
193 </Filter>
194 <Filter
195 Name="Header Files"
196 Filter="h;hpp;hxx;hm;inl;inc;xsd"
197 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
198 >
199 <File
200 RelativePath=".\src\ftype_module.h"
201 >
202 </File>
203 <File
204 RelativePath=".\src\imago2.h"
205 >
206 </File>
207 </Filter>
208 </Files>
209 <Globals>
210 </Globals>
211 </VisualStudioProject>