home *** CD-ROM | disk | FTP | other *** search
/ 3D Graphics Programming for Windows 95 / 3D_Graphics_Programming_for_Windows_95_Microsoft_1996.iso / samples / blobs / build.bat next >
DOS Batch File  |  1996-04-01  |  89b  |  6 lines

  1. @echo off
  2. rem build this project
  3. call ..\setenv.bat
  4. nmake %nargs% /f stage.mak all
  5.  
  6.