summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2019-11-18 11:36:30 +0000
committerRobin Watts <Robin.Watts@artifex.com>2019-11-19 18:14:09 +0000
commitcd8747382f47393efd0f0013700a8294c0ded15c (patch)
treeca02fa98059fdbe1d2e54c275829103202bb54a4 /windows
parente1b7dbc95945ef2afa38faeebfda56830f2762ab (diff)
downloadghostpdl-cd8747382f47393efd0f0013700a8294c0ded15c.tar.gz
Slight reorganisation of gpdl interpreter files.
Rather than having each different "language" have a 'top' file in gpdl/foo/footop.c, move them to be gpdl/foo.c. Extra directories seem overkill at this point, and it simplifies the Makefile slightly. Also, rename IMG to JPG.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostpdl.vcproj26
1 files changed, 5 insertions, 21 deletions
diff --git a/windows/ghostpdl.vcproj b/windows/ghostpdl.vcproj
index c105cc32e..87f6e5a11 100644
--- a/windows/ghostpdl.vcproj
+++ b/windows/ghostpdl.vcproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
@@ -303,34 +303,18 @@
</References>
<Files>
<Filter
- Name="pdlpsi"
+ Name="gpdl"
>
<File
- RelativePath="..\gpdl\psi\psitop.c"
+ RelativePath="..\gpdl\jpgtop.c"
>
</File>
- </Filter>
- <Filter
- Name="urf"
- >
- <File
- RelativePath="..\gpdl\urf\urftop.c"
- >
- </File>
- </Filter>
- <Filter
- Name="image"
- >
<File
- RelativePath="..\gpdl\image\imagetop.c"
+ RelativePath="..\gpdl\psitop.c"
>
</File>
- </Filter>
- <Filter
- Name="pwg"
- >
<File
- RelativePath="..\gpdl\pwg\pwgtop.c"
+ RelativePath="..\gpdl\pwgtop.c"
>
</File>
</Filter>