forked from huskyproject/fidoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile.bcw
More file actions
executable file
·42 lines (33 loc) · 777 Bytes
/
makefile.bcw
File metadata and controls
executable file
·42 lines (33 loc) · 777 Bytes
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
# Makefile for Borland C (Win32)
# no support for huskymak.cfg
CC= bcc32
EXENAMEFLAG=-e
CDEFS= -w -WC -I.. -I../smapi -v -DNT -D__NT__ -DWINNT -c
COPT= -O2
LFLAGS= -WC
# 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=fconfbcw.lib
LINKSMAPI=..\smapi\smapibcw.lib
LIBPREFIX=
FIDOCONFIG = fidoconfig
FCONF2AQUAED = fconf2aquaed
FCONF2GOLDED = fconf2golded
FCONF2MSGED = fconf2msged
FCONF2FIDOGATE = fconf2fidogate
FCONF2SQUISH = fconf2squish
FCONF2TORNADO = fconf2tornado
FCONF2BINKD = fconf2binkd
FECFG2FCONF = fecfg2fconf
LIBFIDOCONFIG = $(LIBPREFIX)fconfbcw
default: all
!include makefile.inc
all: commonlibs commonprogs
clean: commonclean
distclean: commondistclean