forked from huskyproject/fidoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile.bco
executable file
·48 lines (37 loc) · 856 Bytes
/
makefile.bco
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Makefile for Borland C (OS/2)
# no support for huskymak.cfg
CC= bcc
EXENAMEFLAG=-e
CDEFS= -w -I.. -I../smapi -v -DOS2 -c
COPT= -O2
LFLAGS=
# we always enerate debug info with -v; the linker will strip it
TPU=.tpu
OBJ=.obj
EXE=.exe
RM=del
LIB=.lib
AR=tlib_sup tlib
AR_R=
LINKFIDOCONFIG=fconfbco.lib
LINKSMAPI=..\smapi\smapibco.lib
LIBPREFIX=
FIDOCONFIG = fidoconfig
FCONF2AQUAED = fconf2aquaed
FCONF2GOLDED = fconf2golded
FCONF2MSGED = fconf2msged
FCONF2FIDOGATE = fconf2fidogate
FCONF2SQUISH = fconf2squish
FCONF2TORNADO = fconf2tornado
FCONF2BINKD = fconf2binkd
FECFG2FCONF = fecfg2fconf
LIBFIDOCONFIG = $(LIBPREFIX)fconfbco
default: all
!include makefile.inc
tlib_sup.cmd: tlib_sup.bat
copy tlib_sup.bat tlib_sup.cmd
libs: tlib_sup.cmd commonlibs
all: libs commonprogs
clean: commonclean
$(RM) tlib_sup.cmd
distclean: commondistclean