summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2019-04-18 16:58:41 +0100
committerChris Liddell <chris.liddell@artifex.com>2019-04-18 17:05:27 +0100
commitd86210973df93ccca0befd56afba2132da925ebc (patch)
treef5746c152567476d3a5421671a2455f1b411df28 /windows
parenta3be0c9d86981313d8724f6c29f2feaa07152976 (diff)
downloadghostpdl-d86210973df93ccca0befd56afba2132da925ebc.tar.gz
Bug 700986: Remove the crazy md5 file copying nonsense
To preserve building as a standalone test exe, we avoided using Ghostscript includes in the md5 source and header files, but dynamically add them to copies of the files during the build. Since we no longer need/care for the stand alone exe, remove the build complication, and just include the header file normally.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostscript.vcproj4
-rw-r--r--windows/ghostscript_rt.vcxproj1
2 files changed, 0 insertions, 5 deletions
diff --git a/windows/ghostscript.vcproj b/windows/ghostscript.vcproj
index d607949e3..fdbeaa1a8 100644
--- a/windows/ghostscript.vcproj
+++ b/windows/ghostscript.vcproj
@@ -2510,10 +2510,6 @@
>
</File>
<File
- RelativePath="..\base\md5main.c"
- >
- </File>
- <File
RelativePath="..\base\memento.c"
>
</File>
diff --git a/windows/ghostscript_rt.vcxproj b/windows/ghostscript_rt.vcxproj
index 589b2d19b..fca736b4b 100644
--- a/windows/ghostscript_rt.vcxproj
+++ b/windows/ghostscript_rt.vcxproj
@@ -597,7 +597,6 @@
<ClCompile Include="..\base\gxtype1.c" />
<ClCompile Include="..\base\gzspotan.c" />
<ClCompile Include="..\base\gsmd5.c" />
- <ClCompile Include="..\base\md5main.c" />
<ClCompile Include="..\base\memento.c" />
<ClCompile Include="..\base\minftrsz.c" />
<ClCompile Include="..\base\mkromfs.c" />