home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
c
/
cbase11.a03
/
CBASE11.ZIP
/
DOS
/
BCW.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-01
|
280b
|
15 lines
@echo off
rem
rem Copyright (c) 1989-1992 Citadel Software, Inc.
rem All Rights Reserved
rem
rem bcw.bat 1.7 - 93/01/01
rem DOS batch file to make a single library.
rem Borland C, Windows, large memory model.
make -fdos.mak -DCCOM=bc -DWIN=w -DMDL=l all
rem eof