home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / dotNETSDK / SETUP.EXE / netfxsd1.cab / build_bat_195________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Encoding:
Text File  |  2002-01-21  |  262 b   |  8 lines

  1. @ REM Set command switch for building debug or retail (default is to build debug)
  2. @ REM Type "build.bat -r" to build for retail
  3. @ SET DEBUGSAMPLE=/Zi
  4. @ IF "%1"=="-r" SET DEBUGSAMPLE=
  5. @ IF "%1"=="-R" SET DEBUGSAMPLE=
  6.  
  7.  
  8. cl.exe %DEBUGSAMPLE% /clr HelloVC.cpp