summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-05-14 01:49:22 +0200
committerTor Andersson <tor@ghostscript.com>2010-05-14 01:49:22 +0200
commit08e7bb2f11ff940998daf8dbadfaaef3eaec7496 (patch)
tree260154b98a32d7b94f4ffb93e1ece9db1fa92d18 /win32
parent92c591efc27373c0ae876ca55eb1f34da81ca9ec (diff)
downloadmupdf-08e7bb2f11ff940998daf8dbadfaaef3eaec7496.tar.xz
Change pdf_openxref to take a fz_stream instead of a filename so that windows can open files with unicode names.
Diffstat (limited to 'win32')
-rw-r--r--win32/mupdf_viewer/mupdf_viewer.vcproj6
-rw-r--r--win32/pdfclean/pdfclean.vcproj2
-rw-r--r--win32/pdfdraw/pdfdraw.vcproj2
-rw-r--r--win32/pdfextract/pdfextract.vcproj2
-rw-r--r--win32/pdfinfo/pdfinfo.vcproj2
-rw-r--r--win32/pdfshow/pdfshow.vcproj2
6 files changed, 8 insertions, 8 deletions
diff --git a/win32/mupdf_viewer/mupdf_viewer.vcproj b/win32/mupdf_viewer/mupdf_viewer.vcproj
index 19282d8c..19be3d03 100644
--- a/win32/mupdf_viewer/mupdf_viewer.vcproj
+++ b/win32/mupdf_viewer/mupdf_viewer.vcproj
@@ -64,7 +64,7 @@
LinkIncremental="2"
IgnoreDefaultLibraryNames="libcmtd"
GenerateDebugInformation="true"
- SubSystem="1"
+ SubSystem="2"
TargetMachine="1"
/>
<Tool
@@ -137,9 +137,9 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
- SubSystem="1"
+ SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
diff --git a/win32/pdfclean/pdfclean.vcproj b/win32/pdfclean/pdfclean.vcproj
index 33ea73cb..bba6ea68 100644
--- a/win32/pdfclean/pdfclean.vcproj
+++ b/win32/pdfclean/pdfclean.vcproj
@@ -138,7 +138,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
diff --git a/win32/pdfdraw/pdfdraw.vcproj b/win32/pdfdraw/pdfdraw.vcproj
index e268dee7..23b1de61 100644
--- a/win32/pdfdraw/pdfdraw.vcproj
+++ b/win32/pdfdraw/pdfdraw.vcproj
@@ -137,7 +137,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
diff --git a/win32/pdfextract/pdfextract.vcproj b/win32/pdfextract/pdfextract.vcproj
index 2c9d270c..43783d1d 100644
--- a/win32/pdfextract/pdfextract.vcproj
+++ b/win32/pdfextract/pdfextract.vcproj
@@ -137,7 +137,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
diff --git a/win32/pdfinfo/pdfinfo.vcproj b/win32/pdfinfo/pdfinfo.vcproj
index fc7b8575..d738c72d 100644
--- a/win32/pdfinfo/pdfinfo.vcproj
+++ b/win32/pdfinfo/pdfinfo.vcproj
@@ -137,7 +137,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
diff --git a/win32/pdfshow/pdfshow.vcproj b/win32/pdfshow/pdfshow.vcproj
index 87a6df48..0fec4bd0 100644
--- a/win32/pdfshow/pdfshow.vcproj
+++ b/win32/pdfshow/pdfshow.vcproj
@@ -137,7 +137,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmtd"
+ IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"