home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / petzold / chap16 / bld16.bat < prev    next >
Encoding:
DOS Batch File  |  1989-02-20  |  293 b   |  20 lines

  1. rem Order is important because SQBTNLIB must be built before BUTTONS3
  2. rem
  3. rem Build the DLLs
  4. rem
  5. make BITLIB
  6. make HDRLIB
  7. make SQBTNLIB
  8. rem
  9. rem Build the apps
  10. rem 
  11. make SHOWBIT
  12. make HDRTEST
  13. make BUTTONS3
  14. rem
  15. rem Get rid of unnecessary files
  16. rem
  17. del *.lib
  18. del *.obj
  19. del *.res
  20.