pstotxtm.mak

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

MAK
61
字号
# pstotxtm.mak# Makefile for pstotxtm.exe, for 8086 MS-DOS# makefile created by# Russell Lang, 1996-10-11# For debugging, use bcc -vCOMPBASE = c:\bc45COMPDIR = $(COMPBASE)\binINCDIR = $(COMPBASE)\includeLIBDIR = $(COMPBASE)\lib#DEBUGLINK = -vMODEL=lCCAUX=$(COMPDIR)\bccCC=$(COMPDIR)\bcc $(DEBUGLINK) -m$(MODEL) -DNEED_PROTO -DMSDOSall:	pstotxtm.exe.c.obj:	$(CC) -c $*.cocr.h: ocr.ps mkbundle.exe	mkbundle $*.ps $*.hrot270.h: rot270.ps mkbundle.exe	mkbundle $*.ps $*.hrot90.h: rot90.ps mkbundle.exe	mkbundle $*.ps $*.hmkbundle.exe: mkbundle.c	$(CCAUX) $*.cptotdll.obj: ptotdll.c ptotdll.h	$(CC) -c $*.cbundle.obj: bundle.c	$(CC) -c $*.cpstotxtm.obj: pstotxtd.c ocr.h rot270.h rot90.h	$(CC) -c -opstotxtm.obj pstotxtd.cpstotxtm.exe: pstotxtm.obj ptotdll.obj bundle.obj	$(CC) -epstotxtm.exe pstotxtm.obj ptotdll.obj bundle.obj	rename pstotxtm.exe pstotxtm.exeprezip: pstotxtm.exe	copy pstotxtm.exe ..\pstotxtm.exe	copy pstotext.txt ..\pstotext.txtclean:	-del pstotxtm.exe	-del *.obj	-del ocr.h	-del rot270.h	-del rot90.h	-del mkbundle.exe

⌨️ 快捷键说明

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