Changeset 3421 for libpipi/trunk/pipi/libpipi.vcproj
- Timestamp:
- Apr 21, 2009, 11:29:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/libpipi.vcproj
r3070 r3421 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 ,00"4 Version="8.00" 5 5 Name="libpipi" 6 6 ProjectGUID="{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}" … … 61 61 <Tool 62 62 Name="VCLinkerTool" 63 AdditionalDependencies="gdiplus.lib" 64 OutputFile="$(OutDir)\$(ProjectName)-0.dll" 63 AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" 65 64 LinkIncremental="2" 66 65 GenerateDebugInformation="true" … … 135 134 <Tool 136 135 Name="VCLinkerTool" 137 AdditionalDependencies="gdiplus.lib" 138 OutputFile="$(OutDir)\$(ProjectName)-0.dll" 136 AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" 139 137 LinkIncremental="2" 140 138 GenerateDebugInformation="true" … … 235 233 </File> 236 234 <File 237 RelativePath=".\measure.c"238 >239 </File>240 <File241 235 RelativePath=".\pipi.c" 242 236 > … … 247 241 </File> 248 242 <File 249 RelativePath=".\quantize\reduce.c"250 >251 </File>252 <File253 243 RelativePath=".\resize.c" 254 244 > … … 258 248 > 259 249 </File> 250 <File 251 RelativePath=".\tiles.c" 252 > 253 </File> 260 254 <Filter 261 255 Name="codec" … … 278 272 > 279 273 <File 280 RelativePath=".\combine\me an.c"274 RelativePath=".\combine\merge.c" 281 275 > 282 276 </File> … … 353 347 > 354 348 </File> 355 </Filter> 356 <Filter 357 Name="histogram" 358 > 359 <File 360 RelativePath=".\histogram\histogram.c" 349 <File 350 RelativePath=".\filter\wave.c" 351 > 352 </File> 353 </Filter> 354 <Filter 355 Name="quantize" 356 > 357 <File 358 RelativePath=".\quantize\reduce.c" 361 359 > 362 360 </File> … … 391 389 <File 392 390 RelativePath=".\render\screen.c" 391 > 392 </File> 393 </Filter> 394 <Filter 395 Name="analysis" 396 > 397 <File 398 RelativePath=".\analysis\histogram.c" 399 > 400 </File> 401 <File 402 RelativePath=".\analysis\measure.c" 393 403 > 394 404 </File>
Note: See TracChangeset
for help on using the changeset viewer.