home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 433 b | 13 lines |
- ALL: FooAssembly.dll \
- MyHost.exe \
- FooClient.exe
-
- FooAssembly.dll: FooAssembly.cs
- csc /debug /r:System.Runtime.Remoting.dll /t:library /out:FooAssembly.dll FooAssembly.cs
-
- MyHost.exe: MyHost.cs
- csc /debug /r:System.Runtime.Remoting.dll MyHost.cs
-
- FooClient.exe: FooClient.cs FooAssembly.dll
- csc /debug /r:System.Runtime.Remoting.dll /r:FooAssembly.dll FooClient.cs
-