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.cmd < prev    next >
Encoding:
Text File  |  1989-02-20  |  284 b   |  18 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 *.obj *.res 
  18.