home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
Remoting
/
MyPage
/
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
|
177 b
|
9 lines
!include ..\..\master.mak
all: MyPage.exe
MyPage.exe: MyPage.cs
$(_CS) $(_CS_EXE_FLAGS) /r:System.Net.dll /r:System.Runtime.Remoting.dll /out:MyPage.exe MyPage.cs