diff options
author | Sam James <sam@gentoo.org> | 2022-03-29 10:27:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 12:53:05 +0100 |
commit | 085bde903b9e684c3c1160e4df912bea9a660997 (patch) | |
tree | c4f5e6e9f2422e869ca5bc0b944520d451001282 /windows/ghostscript.vcxproj | |
parent | Import Ghostscript 9.55 (diff) | |
download | ghostscript-gpl-patches-085bde903b9e684c3c1160e4df912bea9a660997.tar.gz ghostscript-gpl-patches-085bde903b9e684c3c1160e4df912bea9a660997.tar.bz2 ghostscript-gpl-patches-085bde903b9e684c3c1160e4df912bea9a660997.zip |
Import Ghostscript 9.56.0ghostscript-9.56
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'windows/ghostscript.vcxproj')
-rw-r--r-- | windows/ghostscript.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/ghostscript.vcxproj b/windows/ghostscript.vcxproj index 1f274ccc..2597594d 100644 --- a/windows/ghostscript.vcxproj +++ b/windows/ghostscript.vcxproj @@ -1161,6 +1161,7 @@ <ClCompile Include="..\base\gsroptab.c" /> <ClCompile Include="..\base\gsserial.c" /> <ClCompile Include="..\base\gsshade.c" /> + <ClCompile Include="..\base\gssprintf.c" /> <ClCompile Include="..\base\gsstate.c" /> <ClCompile Include="..\base\gsstrl.c" /> <ClCompile Include="..\base\gstext.c" /> @@ -2706,6 +2707,7 @@ <ClInclude Include="..\base\gdevsclass.h" /> <ClInclude Include="..\base\gdevvec.h" /> <ClInclude Include="..\base\gen_ordered.h" /> + <ClInclude Include="..\base\globals.h" /> <ClInclude Include="..\base\gp.h" /> <ClInclude Include="..\base\gpcheck.h" /> <ClInclude Include="..\base\gpgetenv.h" /> @@ -2824,6 +2826,7 @@ <ClInclude Include="..\base\gsropt.h" /> <ClInclude Include="..\base\gsserial.h" /> <ClInclude Include="..\base\gsshade.h" /> + <ClInclude Include="..\base\gssprintf.h" /> <ClInclude Include="..\base\gsstate.h" /> <ClInclude Include="..\base\gsstrl.h" /> <ClInclude Include="..\base\gsstruct.h" /> @@ -3805,4 +3808,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |