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