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
/
chap06
/
makeall.bat
Wrap
DOS Batch File
|
1995-05-03
|
575b
|
11 lines
@echo off
call ..\mksamp2 ekoala3 "Koala_Object_#3_EXE_Chapter_6" ekoala3.exe
call ..\mksamp2 ianimal "IAnimal_Interface_Chapter_6" ianimal.dll
call ..\mksamp2 ikoala "IKoala_Interface_Chapter_6" ikoala.dll
call ..\mksamp2 ekoala4 "Koala_Object_#4_EXE_Chapter_6" ekoala4.exe
call ..\mksamp2 ekoala5 "Koala_Object_#5_EXE_Chapter_6" ekoala5.exe
call ..\mksamp2 koalaprx "Koala_Proxy_Chapter_6" koalaprx.dll
call ..\mksamp2 objuser2 "Koala_Client_#2_Chapter_6" objuser2.exe
call ..\mksamp2 objuser3 "Koala_Client_#3_Chapter_6" objuser3.exe