home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
c
/
cbase11.a03
/
CBASE11.ZIP
/
DOS
/
MACROS.MAK
< prev
next >
Wrap
Text File
|
1993-01-01
|
694b
|
27 lines
#
# Copyright (c) 1989-1992 Citadel Software, Inc.
# All Rights Reserved
#
# macros.mak 1.7 - 93/01/01
# include makefile containing macro definitions
# directories and files
BINDIR = ..\bin # bin directory
DOSDIR = ..\dos # DOS specific files directory
INCDIR = ..\include # include directory
LIBDIR = ..\lib # library directory
MANDIR = ..\man # manual entry directory
TMPFILE = tmp # temporary file
# commands and options
CAT = $(BINDIR)\cat # file catenate command
CP = copy # copy file command
ECHO = echo # echo command
MANX = $(BINDIR)\manx # manual entry extract command
RM = del # remove file command
MV = rename # move file command
# eof