Skip to content
Snippets Groups Projects
Commit 11de6911 authored by rswindell's avatar rswindell
Browse files

These were replaced with Makefile and GNUmakefile long ago.

parent 6a97e04f
No related branches found
No related tags found
No related merge requests found
# Synchronet Baja Module Makefile (for Borland make)
# Requires Baja v2.20+
# @format.tab-size 8, @format.use-tabs true
# $id$
all : bullseye.bin \
chat_sec.bin \
cntnodes.bin \
default.bin \
dir.bin \
file_io.bin \
ftp.bin \
getimlst.bin \
login.bin \
logon.bin \
major.bin \
matrix.bin \
mudgate.bin \
noyesbar.bin \
pcboard.bin \
qnet.bin \
qnet-ftp.bin \
ra_emu.bin \
renegade.bin \
rlogin.bin \
sdos.bin \
simple.bin \
socktest.bin \
str_cmds.bin \
telgate.bin \
type.bin \
typehtml.bin \
unixgate.bin \
wildcat.bin \
wiplogin.bin \
wipshell.bin \
yesnobar.bin
.src.bin:
@baja /q $<
# Synchronet Baja Module Makefile (GNU make)
# Requires Baja v2.20+
# @format.tab-size 8, @format.use-tabs true
# $id$
all : bullseye.bin \
chat_sec.bin \
cntnodes.bin \
default.bin \
dir.bin \
file_io.bin \
ftp.bin \
getimlst.bin \
login.bin \
logon.bin \
major.bin \
matrix.bin \
mudgate.bin \
noyesbar.bin \
pcboard.bin \
qnet.bin \
qnet-ftp.bin \
ra_emu.bin \
renegade.bin \
rlogin.bin \
sdos.bin \
simple.bin \
socktest.bin \
str_cmds.bin \
telgate.bin \
type.bin \
typehtml.bin \
unixgate.bin \
wildcat.bin \
wiplogin.bin \
wipshell.bin \
yesnobar.bin
%.bin : %.src
@./baja /q $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment