home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
c
/
cbase11.a03
/
CBASE11.ZIP
/
DOS
/
BCWALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-01
|
791b
|
34 lines
@echo off
rem
rem Copyright (c) 1989-1992 Citadel Software, Inc.
rem All Rights Reserved
rem
rem bcwall.bat 1.7 - 93/01/01
rem DOS batch file to make all libraries.
rem Borland C, Windows, large memory model.
@echo on
cd manx
make -fdos.mak -DCCOM=bc -DMDL=s all
cd ..\xtend
make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
cd ..\blkio
make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
cd ..\lseq
make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
cd ..\btree
make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
cd ..\cbase
make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l combine
rem cd ..\cbddlp
rem make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
rem cd ..\rolodeck
rem make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
cd ..
@echo off
rem eof