summaryrefslogtreecommitdiff
path: root/win32/jpeg/jpeg.vcproj
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-05-14 14:43:50 +0200
committerTor Andersson <tor@ghostscript.com>2010-05-14 14:43:50 +0200
commit92c591efc27373c0ae876ca55eb1f34da81ca9ec (patch)
tree74968243d063e328922a110d63479bb4c1a40a74 /win32/jpeg/jpeg.vcproj
parentee37424734dcc191aeb7921cb3d89eaf8242aa7a (diff)
downloadmupdf-92c591efc27373c0ae876ca55eb1f34da81ca9ec.tar.xz
Import Robin Watts' project files for Visual Studio 2005.
Diffstat (limited to 'win32/jpeg/jpeg.vcproj')
-rw-r--r--win32/jpeg/jpeg.vcproj379
1 files changed, 379 insertions, 0 deletions
diff --git a/win32/jpeg/jpeg.vcproj b/win32/jpeg/jpeg.vcproj
new file mode 100644
index 00000000..6a8bafce
--- /dev/null
+++ b/win32/jpeg/jpeg.vcproj
@@ -0,0 +1,379 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="jpeg"
+ ProjectGUID="{A738D37E-F4E2-4ACC-A086-14149E3B6639}"
+ RootNamespace="jpeg"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Copying jpeg config"
+ CommandLine="copy ..\..\thirdparty\jpeg\jconfig.vc ..\..\thirdparty\jpeg\jconfig.h /Y"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ Description=""
+ CommandLine=""
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="jpeg"
+ >
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcapimin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcapistd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jccoefct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jccolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcdctmgr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jchuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jchuff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcinit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcmainct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcmarker.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcmaster.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcomapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcphuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcprepct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jcsample.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jctrans.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdapimin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdapistd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdatadst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdatasrc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdcoefct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jddctmgr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdhuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdhuff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdinput.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdmainct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdmarker.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdmaster.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdmerge.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdphuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdpostct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdsample.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jdtrans.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jerror.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jerror.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jfdctflt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jfdctfst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jfdctint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jidctflt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jidctfst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jidctint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jidctred.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jinclude.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jmemmgr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jmemnobs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jmemsys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jmorecfg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jpegint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jpeglib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jquant1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jquant2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jutils.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\jpeg\jversion.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>