home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk10 / examples / makeall.cmd < prev    next >
Encoding:
Text File  |  1988-08-11  |  1.6 KB  |  132 lines

  1. rem
  2. rem .BAT file to build all of the demonstration programs.  Note: since
  3. rem it is not possible to specify the library path for the C compiler
  4. rem linker we need to make it an environmental variable.
  5. rem
  6. rem The variables are lost when the .BAT file exits.
  7. rem
  8.  
  9. set INCLUDE=..\..\..\include
  10. set LIB=..\..\..\lib
  11.  
  12. cd ALLOC
  13.   make ALLOC
  14. cd ..
  15. cd ARGUMENT
  16.   make ARGUMENT
  17. cd ..
  18. cd ASMEXMPL
  19.   make ASMEXMPL
  20. cd ..
  21. cd ASYNCIO
  22.   make ASYNCIO
  23. cd ..
  24. cd BEEPC
  25.   make BEEPC
  26. cd ..
  27. cd CRITSEC
  28.   make CRITSEC
  29. cd ..
  30. cd CONFIG
  31.   make CONFIG
  32. cd ..
  33. cd COUNTRY
  34.   make COUNTRY
  35. cd ..
  36. cd CSALIAS
  37.   make CSALIAS
  38. cd ..
  39. cd CWAIT
  40.   make CWAIT
  41. cd ..
  42. cd DATETIME
  43.   make DATETIME
  44. cd ..
  45. cd DOSEXIT
  46.   make DOSEXIT
  47. cd ..
  48. cd DYNLINK
  49.   make DYNLINK
  50. cd ..
  51. cd EXITLIST
  52.   make EXITLIST
  53. cd ..
  54. cd FSINFO
  55.   make FSINFO
  56. cd ..
  57. cd GETENV
  58.   make GETENV
  59. cd ..
  60. cd HELLO
  61.   make HELLO
  62. cd ..
  63. cd HUGE
  64.   make HUGE
  65. cd ..
  66. cd INFOSEG
  67.   make INFOSEG
  68. cd ..
  69. cd IOPL
  70.   make IOPL
  71. cd ..
  72. cd KEYS
  73.   make KEYS
  74. cd ..
  75. cd KILL
  76.   make KILL
  77. cd ..
  78. cd MACHMODE
  79.   make MACHMODE
  80. cd ..
  81. cd MONITORS
  82.   make MONITORS
  83. cd ..
  84. cd MOVE
  85.   make MOVE
  86. cd ..
  87. cd PIPES
  88.   make PIPES
  89. cd ..
  90. cd QHTYPE
  91.   make QHTYPE
  92. cd ..
  93. cd QUEUES
  94.   make QUEUES
  95. cd ..
  96. cd REALLOC
  97.   make REALLOC
  98. cd ..
  99. cd SESSION
  100.   make SESSION
  101. cd ..
  102. cd SETMAXFH
  103.   make SETMAXFH
  104. cd ..
  105. cd SETVEC
  106.   make SETVEC
  107. cd ..
  108. cd SHARE
  109.   make SHARE
  110. cd ..
  111. cd SIGNAL
  112.   make SIGNAL
  113. cd ..
  114. cd SLEEP
  115.   make SLEEP
  116. cd ..
  117. cd SUBALLOC
  118.   make SUBALLOC
  119. cd ..
  120. cd SUSPEND
  121.   make SUSPEND
  122. cd ..
  123. cd THREADS
  124.   make THREADS
  125. cd ..
  126. cd TIMER
  127.   make TIMER
  128. cd ..
  129. cd VERSION
  130.   make VERSION
  131. cd ..
  132.