summaryrefslogtreecommitdiff
path: root/platform/win32/javaviewerlib.vcproj
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-07-11 17:56:09 +0100
committerRobin Watts <robin.watts@artifex.com>2016-07-11 23:50:00 +0100
commite427d4320db35d4160c9d9aaed16145dd88f873e (patch)
tree20450e98e4d77dbbfd3c9b4542f639f4fc04bb5a /platform/win32/javaviewerlib.vcproj
parentb02392beceffa234f7367d40dfc790a394b4a63a (diff)
downloadmupdf-e427d4320db35d4160c9d9aaed16145dd88f873e.tar.xz
MSVC: Add DebugJava/ReleaseJava configurations.
These build the mupdf desktop java viewer.
Diffstat (limited to 'platform/win32/javaviewerlib.vcproj')
-rw-r--r--platform/win32/javaviewerlib.vcproj454
1 files changed, 454 insertions, 0 deletions
diff --git a/platform/win32/javaviewerlib.vcproj b/platform/win32/javaviewerlib.vcproj
new file mode 100644
index 00000000..8b2714df
--- /dev/null
+++ b/platform/win32/javaviewerlib.vcproj
@@ -0,0 +1,454 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="javaviewerlib"
+ ProjectGUID="{3DB35F2D-9679-4DED-BA0C-240A4E6E6674}"
+ RootNamespace="javaviewerlib"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="DebugJava|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../include;$(JAVA_HOME)/include;$(JAVA_HOME)/include/win32"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JAVAVIEWERLIB_EXPORTS"
+ 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="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="DebugJava|x64"
+ OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../include;$(JAVA_HOME)/include;$(JAVA_HOME)/include/win32"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JAVAVIEWERLIB_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="ReleaseJava|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../../include;$(JAVA_HOME)/include;$(JAVA_HOME)/include/win32"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JAVAVIEWERLIB_EXPORTS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="ReleaseJava|x64"
+ OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../../include;$(JAVA_HOME)/include;$(JAVA_HOME)/include/win32"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JAVAVIEWERLIB_EXPORTS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="com/artifex/mupdf/fitz"
+ >
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Annotation.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\ColorSpace.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Context.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Cookie.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Device.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\DisplayList.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\DisplayListDevice.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Document.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\DrawDevice.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Font.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Image.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Link.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Matrix.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\NativeDevice.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Outline.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Page.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Path.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\PathWalker.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Pixmap.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Point.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Rect.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\RectI.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Shade.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\StrokeState.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\Text.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\TextWalker.java"
+ >
+ </File>
+ <File
+ RelativePath="..\java\com\artifex\mupdf\fitz\TryLaterException.java"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\java\mupdf_native.c"
+ >
+ </File>
+ <File
+ RelativePath="..\java\mupdf_native.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>