home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / Y6 < prev    next >
Encoding:
Text File  |  1992-04-24  |  713 b   |  77 lines

  1. @echo off
  2. ::
  3. ::This batch script will build all of the SDK example programs.
  4. ::
  5. cd bitmap
  6. mwmake
  7. cd ..
  8. cd cliptext
  9. mwmake
  10. cd ..
  11. cd clock
  12. mwmake
  13. cd ..
  14. cd cursor
  15. mwmake
  16. cd ..
  17. cd dde
  18. mwmake
  19. cd ..
  20. cd editcntl
  21. mwmake
  22. cd ..
  23. cd editfile
  24. mwmake
  25. cd ..
  26. cd editmenu
  27. mwmake
  28. cd ..
  29. cd fileopen
  30. mwmake
  31. cd ..
  32. cd generic
  33. mwmake
  34. cd ..
  35. cd hello
  36. mwmake
  37. cd ..
  38. cd helpex
  39. mwmake
  40. cd ..
  41. cd icon
  42. mwmake
  43. cd ..
  44. cd input
  45. mwmake
  46. cd ..
  47. cd memory
  48. mwmake
  49. cd ..
  50. cd menu
  51. mwmake
  52. cd ..
  53. cd multipad
  54. mwmake
  55. cd ..
  56. cd mypal
  57. mwmake
  58. cd ..
  59. cd output
  60. mwmake
  61. cd ..
  62. cd owncombo
  63. mwmake
  64. cd ..
  65. cd prntfile
  66. mwmake
  67. cd ..
  68. cd select
  69. mwmake
  70. cd ..
  71. cd showfont
  72. mwmake
  73. cd ..
  74. cd tty
  75. mwmake
  76. cd ..
  77.