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

📄 makefile.msc

📁 著名的加密软件的应用于电子邮件中
💻 MSC
字号:
#
# lib/pgp/pipe/sig/makefile.msc
#
# Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
#
# $Id: makefile.msc,v 1.4.2.2 1997/06/07 09:51:03 mhw Exp $
#

CFLAGS= -I..\..\..\..\include -I..\..\..\include \
			-I..\..\..\.. -DHAVE_CONFIG_H $(DEBUG)
PGPLIB=..\..\..\pgplib.lib

all:: lib

headers: incl

!include "makefile.in"

	incl:
		if not "$(SHAREDHDRS)"=="" \
		 for %f in ( $(SHAREDHDRS) ) do copy %f ..\..\..\..\include
		if not "$(PRIVHDRS)"=="" \
		 for %f in ( $(PRIVHDRS) ) do copy %f ..\..\..\include

DOSOBJS= $(OBJS:.o=.obj)
	lib:	$(DOSOBJS)

	.c.obj:
		$(CC) $(CFLAGS) -Z7 -c $<

	clean:
		del *.obj

	DONE:
		if exist $(PGPLIB) lib/out:$(PGPLIB) $(PGPLIB) $(DOSOBJS)
		if not exist $(PGPLIB) lib/out:$(PGPLIB) $(DOSOBJS)

⌨️ 快捷键说明

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