home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
Remoting
/
COMZone
/
makefile
< 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
Makefile
|
2000-06-23
|
292 b
|
15 lines
!include ..\..\master.mak
all: RateSvr.dll MyHost.exe
RateSvr.dll : RateLookup.dll
regsvr32 /s RateLookup.dll
tlbimp RateLookup.dll
copy RateSvr.dll .\bin
copy RateSvr.dll ..\MyCOM
copy RateSvr.dll ..\MyCOM\bin
MyHost.exe: MyHost.cs