home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
exceptions
/
VBClient
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2000-06-23
|
274 b
|
13 lines
!IFNDEF CORSDK
CORSDK=..\..\..
!ENDIF
!INCLUDE ..\makefile.cor
client.exe: MyTestException.dll client.vb
$(_BC) $(_VB_EXE_FLAGS) /r:MyTestException.dll client.vb
MyTestException.dll:
copy ..\VCServer\MyTestException.dll MyTestException.dll
all: client.exe