home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-386-Vol-2of3.iso
/
c
/
clt157.zip
/
CMIXC.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-17
|
351b
|
14 lines
@echo off
rem (c) R&D Associates 1992.
rem All Rights Reserved.
rem
rem This file builds the Intel MixC library. NOTE: it assumes that the
rem compiler was installed to MIXC, and CLINT was installed to CLINT.
rem
copy cmixc.cln \mixc\include
cd \mixc\include
clint cmixc -L cmixc.h -h -x -w0
del cmixc.cln
copy cmixc.h \clint
del cmixc.h