[gs-cvs] gs/src

Ralph Giles giles at casper.ghostscript.com
Mon Aug 5 09:21:14 PDT 2002


Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv28046/src

Modified Files:
	macos-fw.mak 
Log Message:
Fix: remove spurious build of the gtk client along with the macos framework.


Index: macos-fw.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/macos-fw.mak,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- macos-fw.mak	22 Mar 2002 01:06:57 -0000	1.4
+++ macos-fw.mak	5 Aug 2002 16:21:12 -0000	1.5
@@ -72,10 +72,8 @@
 	$(RM_) $(GS_SO_MAJOR)
 	ln -s $(GS_SONAME_MAJOR_MINOR) $(GS_SO_MAJOR)
 
-# Build the small Ghostscript loaders, with Gtk+ and without
-
-$(GSSOX_XE): $(GS_SO) $(GLSRC)dxmain.c
-	$(GLCC) -g `gtk-config --cflags` -o $(GSSOX_XE) $(GLSRC)dxmain.c -L$(BINDIR) -l$(GS) `gtk-config --libs`
+# Build the small Ghostscript loaders
+# it would be nice if we could link to the framework instead
 
 $(GSSOC_XE): $(GS_SO) $(GLSRC)dxmainc.c
 	$(GLCC) -g -o $(GSSOC_XE) $(GLSRC)dxmainc.c -L$(BINDIR) -l$(GS)




More information about the gs-cvs mailing list