home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
com
/
inole2
/
inole
/
makeall.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-05-03
|
334 b
|
14 lines
@echo off
nmake /NOLOGO clean
echo Building "Inside_OLE_Utilities_DLL" > err
nmake /I /NOLOGO >> err
if exist inole.dll copy inole.dll ..\build
if exist inole.lib copy inole.lib ..\lib
type err >> ..\build\err
echo. >> ..\build\err
echo ****************************************** >> ..\build\err
echo. >> ..\build\err