home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / howto / samples / Xml / mastervb.mak < prev   
Encoding:
Text File  |  2000-06-05  |  463 b   |  13 lines

  1. #tell nmake where to find the master rules for building COM+ applications
  2. #assumes file is \com20sdk\QuickStart\master.mak
  3. !include ..\..\..\..\..\master.mak
  4.  
  5. #since we want the compiler to import from some dll's, let's specify it here and the XML one
  6. _VB_XML_IMPORTS=/R:System.dll /R:System.Data.dll /R:System.XML.dll
  7.  
  8. # Bin dir is ... undefined
  9. #_OUTDIR=$(CORSDK)\QuickStart\Bin ...undefined
  10. #_VB_OUTDIR=$(CORSDK)\QuickStart\Bin\VB .... undefined
  11.  
  12.  
  13.