diff -uNr hpscat-jshin.old/Makefile hpscat-jshin/Makefile --- hpscat-jshin.old/Makefile Thu Nov 23 00:42:41 1995 +++ hpscat-jshin/Makefile Mon Dec 29 19:06:18 1997 @@ -1,18 +1,19 @@ +CC = gcc ver = 1.3.1-jshin PRG = hpscat OBJ = hpscat.o fillbuf.o init.o misc.o ps.o showbuf.o ps_idx.o user.o paper.o SRC = $(OBJ:.o=.c) # define if you have a hangul PS printer -#DHPS = -DHPS -DHPS = +DHPS = -DHPS +#DHPS = # define if you know in advance Hangul fonts available to you # and add names of Hangul fonts in hpscat.h and hpscat.c DADVHF = -DADV_HFONT #DADVHF = # define if you want to make the default paper size US letter instead of A4 -DUS = -DUS_VERSION -#DUS = +#DUS = -DUS_VERSION +DUS = CFLAGS = -O $(DHPS) $(DADVHF) $(DUS) LDFLAGS = -s diff -uNr hpscat-jshin.old/hpscat.h hpscat-jshin/hpscat.h --- hpscat-jshin.old/hpscat.h Thu Nov 23 19:16:11 1995 +++ hpscat-jshin/hpscat.h Mon Dec 29 19:08:31 1997 @@ -24,7 +24,7 @@ #ifdef HPS /* # define HFont "SMmu" */ /* this is set to QLBP PSmII font name */ /* change to whatever font-name you have */ -# define DEF_HFONT "SMmu" +# define DEF_HFONT userfont # define fromJH "-tk" # define fromN "-nk" # define fromI "-ik" diff -uNr hpscat-jshin.old/init.c hpscat-jshin/init.c --- hpscat-jshin.old/init.c Fri Nov 24 07:18:58 1995 +++ hpscat-jshin/init.c Mon Jan 19 20:32:17 1998 @@ -25,7 +25,7 @@ /* Exact hangul Postscript font names for corresponding entries in 'hfont' in hpscat.h */ #ifdef ADV_HFONT -char *hfontname[userfont+1] = {"MunjoHan","PCMunjoHan","MunjoBh","Gotich","userfont"}; +char *hfontname[userfont+1] = {"MunjoHan","PCMunjoHan","MunjoBh","Gotich","Gulim-Medium-KSC-EUC-H"}; #endif /**************