pstotxt2.mak

来自「GSview 4.6 PostScript previewer。Ghostscr」· MAK 代码 · 共 69 行

MAK
69
字号
# pstotxt2.mak# Makefile for pstotxt2.dll, for use with OS/2 GSview# makefile created by# Russell Lang, 1996-07-29# updated 1996-10-11DRIVE=COMP=gccCOMPBASE=$(DRIVE)\emxEMXPATH=$(DRIVE)/emxFLAGS=-Zdll -Zso -Zsys -Zomf -D__DLL__COMPDIR=$(COMPBASE)\binINCDIR=$(EMXPATH)/includeLIBDIR=$(EMXPATH)/liball:	pstotxt2.dll pstotxt2.exe.c.obj:	$(COMP) $(FLAGS) -c $*.cocr.h: ocr.ps mkrch.exe	mkrch $*.ps $*.h 1rot270.h: rot270.ps mkrch.exe	mkrch $*.ps $*.h 2rot90.h: rot90.ps mkrch.exe	mkrch $*.ps $*.h 3mkrch.exe: mkrch.c	$(COMP) -o $*.exe $*.cpstotxt2.obj: ptotdll.c ptotdll.h	$(COMP) $(FLAGS) -c -o pstotxt2.obj ptotdll.cpstotxt2.rc:  ocr.h rot270.h rot90.h	copy ocr.h+rot270.h+rot90.h pstotxt2.rcpstotxt2.res: pstotxt2.rc	rc -i $(COMPBASE)\include -r $*.rcpstotxt2.dll: pstotxt2.obj pstotxt2.def pstotxt2.res	$(COMP) $(FLAGS) -o $*.dll $*.obj $*.def	rc $*.res $*.dllpstotxt2.exe: pstotxtd.c	$(COMP) -o pstotxtd.exe pstotxtd.c	-del pstotxt2.exe	rename pstotxtd.exe pstotxt2.exeprezip: all	copy pstotxt2.dll ..\pstotxt2.dll	copy pstotxt2.exe ..\pstotxt2.exe	copy pstotext.txt ..\pstotext.txtclean:	-del pstotxtd.exe	-del pstotxt2.exe	-del pstotxt2.dll	-del pstotxt2.res	-del pstotxt2.rc	-del *.obj	-del ocr.h	-del rot270.h	-del rot90.h	-del mkrch.exe

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?