[gs-cvs] rev 8010 - trunk/gs/src

ray at ghostscript.com ray at ghostscript.com
Sun May 27 12:11:53 PDT 2007


Author: ray
Date: 2007-05-27 12:11:52 -0700 (Sun, 27 May 2007)
New Revision: 8010

Modified:
   trunk/gs/src/openvms.mak
   trunk/gs/src/watcw32.mak
Log:
Add missing default definition of IMDI source. Add conditional
to watcw32.mak to allow build command line override.


Modified: trunk/gs/src/openvms.mak
===================================================================
--- trunk/gs/src/openvms.mak	2007-05-27 19:03:52 UTC (rev 8009)
+++ trunk/gs/src/openvms.mak	2007-05-27 19:11:52 UTC (rev 8010)
@@ -158,6 +158,11 @@
 #IJSSRCDIR=[.ijs]
 #IJSEXECTYPE=unix
 
+# Define the directory where the imdi source are stored.
+# See imdi.mak for more information
+
+IMDISRCDIR=[.imdi]
+
 # Note that built-in third-party libraries aren't available.
 
 SHARE_JPEG=0

Modified: trunk/gs/src/watcw32.mak
===================================================================
--- trunk/gs/src/watcw32.mak	2007-05-27 19:03:52 UTC (rev 8009)
+++ trunk/gs/src/watcw32.mak	2007-05-27 19:11:52 UTC (rev 8010)
@@ -140,7 +140,9 @@
 # Define the directory where the icclib source are stored.
 # See icclib.mak for more information
 
+!ifndef ICCSRCDIR
 ICCSRCDIR=icclib
+!endif
 
 # Define the directory where the ijs source is stored,
 # and the process forking method to use for the server.
@@ -149,6 +151,13 @@
 IJSSRCDIR=ijs
 IJSEXECTYPE=win
 
+# Define the directory where the imdi source are stored.
+# See imdi.mak for more information
+
+!ifndef IMDISRCDIR
+IMDISRCDIR=imdi
+!endif
+
 # Define any other compilation flags.
 
 CFLAGS=



More information about the gs-cvs mailing list