⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pstotxtm.mak

📁 GSview 4.6 PostScript previewer。Ghostscript在MS-Windows, OS/2 and Unix下的图形化接口
💻 MAK
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -