This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/adns/descrip.mms

23 lines
525 B
Text
Raw Normal View History

2002-08-13 14:34:25 +00:00
# MMS/MMK Makefile for OpenVMS
# Copyright (c) 2001 Edward Brocklesby
#
# Usage:
# $ SET DEF [.IRCD-HYBRID-7.src]
# $ EDIT [-.include]config.h
# < change settings in config.h appropriately >
# $ COPY [.include]setup.h_vms [.include]setup.h
# $ MMS IRCD.EXE
#
2002-08-13 14:45:13 +00:00
# $Id: descrip.mms,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
2002-08-13 14:34:25 +00:00
CC= CC
CFLAGS= /INCLUDE_DIRECTORY=([-.INCLUDE],[])/STANDARD=ISOC94
LDFLAGS=
OBJECTS= CHECK,GENERAL,QUERY,SETUP,TYPES,EVENT,PARSE,REPLY,TRANSMIT
ALL : ADNS.OLB($(OBJECTS))
CLEAN :
DELETE *.OLB;*