diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2008-08-08 04:22:38 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2008-08-08 04:22:38 +0000 |
commit | 34f0b7f064072fabdbe47ab1a15d4f1341a0417d (patch) | |
tree | 5079325b87674bd54b7f244203f2364817a6ce1f /common | |
parent | 7a31db6d4142087d29c17e875ef2de1727b9f8b2 (diff) |
Massive commit discussed before the freeze to move the PostScript initialization
files to Resource/Init. This obviates the need for geninit when COMPILE_INITS=1.
A followup change will enhance mkromfs to allow it to 'strip' comments and white
space from PostScript input files somewhat reducing the compressed storage needed
for the files in Resource/Init. All files mentioned in int.mak with 'ADDMOD ...
-ps ...' are included as well as those that would have been included via gs_init.ps
%% Replace lines.
Builds tested on Windows and Cygwin for the various executables (gs, pcl6, pspcl6
and gxps).
The default LIBPATH and GenericResourceDir are adjusted accordingly.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@8954 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'common')
-rw-r--r-- | common/msvc_top.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/msvc_top.mak b/common/msvc_top.mak index 183ac2a26..1027f9dde 100644 --- a/common/msvc_top.mak +++ b/common/msvc_top.mak @@ -124,7 +124,7 @@ $(GENDIR)/ldgs.tr: FORCE $(GLOBJDIR)\gsargs.$(OBJ) $(GLOBJDIR)\echogs.exe \ $(GLOBJDIR)\ld.tr $(GLOBJDIR)\gconfig.$(OBJ) \ $(GLOBJDIR)\gscdefs.$(OBJ) $(GLOBJDIR)\iconfig.$(OBJ) \ - $(GLOBJDIR)\iccinit$(COMPILE_INITS).$(OBJ) $(GLOBJDIR)\gsromfs$(COMPILE_INITS).$(OBJ) + $(GLOBJDIR)\gsromfs$(COMPILE_INITS).$(OBJ) $(CP_) $(GENDIR)\ld.tr $(GENDIR)\ldgs.tr !ELSE |