home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
Remoting
/
HelloService
/
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
|
300 b
|
13 lines
!include ..\..\master.mak
all: HelloService.dll MyHost.exe
HelloService.dll: HelloService.cs
$(_CS) $(_CS_DLL_FLAGS) -out:HelloService.dll HelloService.cs
copy HelloService.dll .\bin
copy HelloService.dll ..\MyHello
copy HelloService.dll ..\MyHello\bin
MyHost.exe: MyHost.cs