diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-07-01 18:23:00 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-07-01 18:23:00 +0200 |
commit | 7e33ccb69be3c45fa5ca38c89870825b8e0165d9 (patch) | |
tree | 8dce3730c1ce44b76aa7dea8c92468ee8806ab5c /win32/cmapdump | |
parent | 19bba2f8efbfd1ffb19a7c975c070d53e6f1e93b (diff) | |
download | mupdf-7e33ccb69be3c45fa5ca38c89870825b8e0165d9.tar.xz |
Remove deprecated Detect64BitPortabilityProblems flag (-Wp64) from MSVC files.
Diffstat (limited to 'win32/cmapdump')
-rw-r--r-- | win32/cmapdump/cmapdump.vcproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/cmapdump/cmapdump.vcproj b/win32/cmapdump/cmapdump.vcproj index 9d9c9cf1..5ebb6be9 100644 --- a/win32/cmapdump/cmapdump.vcproj +++ b/win32/cmapdump/cmapdump.vcproj @@ -47,7 +47,6 @@ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
@@ -121,7 +120,6 @@ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
|