home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / Wintalk / CS / makefile < prev    next >
Encoding:
Makefile  |  2000-06-23  |  237 b   |  7 lines

  1. !include ..\..\master.mak
  2.  
  3. all: wintalk.exe
  4.  
  5. wintalk.exe: WinTalk.cs SendEdit.cs ConnectDialog.cs DataEdit.cs
  6.     $(_CS) /r:System.WinForms.DLL  /r:System.DLL /r:Microsoft.Win32.Interop.DLL /r:System.Drawing.DLL /r:System.Net.DLL $**
  7.