home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c034 / 1.ddi / PACKING.LST < prev    next >
Encoding:
File List  |  1990-03-02  |  13.1 KB  |  344 lines

  1.       Packing List for Microsoft C Optimizing Compiler, Version 6.00
  2.                  5.25" Disk Set
  3.  
  4.         Copyright (c) Microsoft Corporation, 1984, 1990
  5.  
  6.  
  7.  
  8.  
  9. DISK 1 : Setup/Compiler 1
  10.  
  11.  Files                       Description
  12.  -----                       -----------
  13.  
  14. setup.exe                    Setup program -- installs compiler
  15. c1.exe                       DOS compiler, pass 1
  16. c1l.exe                      DOS large model compiler, pass 1
  17. c1.err                       Error messages for pass 1
  18. c23.err                      Error messages for passes 2 and 3
  19. c2.exe                       DOS compiler pass 2
  20. qcc.exe                      DOS Quick compiler
  21. c2l.exe                      OS/2 Large model compiler, pass 2
  22. c3l.exe                      OS/2 Large model compiler, pass 3
  23. lib.exe                      Library maintenance utility
  24. readme.doc                   Documentation Information for Microsoft  C 6.00
  25. packing.lst                  This listing of files for Microsoft C 6.00
  26.  
  27.  
  28. DISK 2 : Compiler 2
  29.  
  30.  Files                       Description
  31.  -----                       -----------
  32.  
  33. cv.exe                       DOS CodeView debugger
  34. cl.exe                       OS/2 compiler driver
  35. c1.exe                       OS/2 compiler (pass 1)
  36. c1l.exe                      OS/2 large model compiler (pass 1)
  37. c2.exe                       OS/2 compiler (pass 2)
  38. c3.exe                       OS/2 compiler (pass 3)
  39. qcc.exe                      OS/2 Quick compiler
  40. himem.sys                    HIMEM driver program
  41. fixshift.com                 Fixes BIOS bug for some compatible keyboards
  42.  
  43. help\qh.exe                  Quick Help program
  44. help\utilerr.hlp             Utilities error message help file
  45.  
  46.  
  47. DISK 3 : Libraries
  48.  
  49.  Files                       Description
  50.  -----                       -----------
  51.  
  52. slibcr.lib                   DOS runtime library (small model)
  53. mlibcr.lib                   DOS runtime library (medium model)
  54. clibcr.lib                   DOS runtime library (compact model)
  55. llibcr.lib                   DOS runtime library (large model)
  56. slibfp.lib                   Floating point library (small model)
  57. mlibfp.lib                   Floating point library (medium model)
  58. clibfp.lib                   Floating point library (compact model)
  59. llibfp.lib                   Floating point library (large model)
  60. slibfa.lib                   Alternate math libary (small model)
  61. mlibfa.lib                   Alternate math libary (medium model)
  62. clibfa.lib                   Alternate math libary (compact model)
  63. llibfa.lib                   Alternate math libary (large model)
  64. sgraphfa.lib                 Graphics FP library (small/compact model)
  65. libh.lib                     General helper library
  66. 87.lib                       Floating point library for math coprocessor
  67. em.lib                       Floating point library for emulator
  68. graphics.lib                 DOS Graphics library
  69. pgchart.lib                  DOS Presentation Graphics library
  70. llibcmt.lib                  OS/2 multi-thread runtime library
  71. crtcom.lib                   Library file for generating .COM files
  72. binmode.obj                  Changes default I/O from text to binary
  73. fileinfo.obj                 Allows child programs to inherit files
  74. setargv.obj                  Expands wildcard in command line arguments
  75. rmfixup.obj                  Prevents real mode emulator fixups
  76. varstck.obj                  Allows heap and stack to compete for space
  77. txtonly.obj                  Allows graphics calls to be stubbed out
  78. crtexe.obj                   Support files for DLL runtime
  79. crtdll.obj                   "
  80. crtlib.obj                   "
  81. crtdll_i.obj                 "
  82. dllinit.obj                  "
  83. dllterm.obj                  "
  84.  
  85. help\utils.hlp               Utilities help file
  86. help\helpmake.exe            Utility to creates/modify help files
  87. help\cl.hlp                  Compiler command line help
  88.  
  89.  
  90. DISK 4 : Programmer's WorkBench/Utilities
  91.  
  92.  Files                       Description
  93.  -----                       -----------
  94.  
  95. link.exe                     Linker
  96. nmake.exe                    MS-DOS New Program maintenance utility
  97. exehdr.exe                   EXE file modification utility
  98. ilink.exe                    Incremental linker
  99. ilinkstb.ovl                 ILINK overlay
  100. implib.exe                   Import library creation utility
  101. cvpack.exe                   CodeView information optimization utility
  102. mouse.com                    DOS mouse driver
  103. msherc.com                   TSR to support Hercules card graphics
  104.  
  105. pwb\exp.exe                  File expunge program
  106. pwb\rm.exe                   File deletion program
  107. pwb\undel.exe                File restore program
  108. pwb\pwbed.exe                DOS Programmer's WorkBench
  109. pwb\pwbrowse.mxt             "
  110. pwb\pwb.com                  "
  111. pwb\pwbhelp.mxt              "
  112. pwb\pwbc.mxt                 "
  113. pwb\pwbutils.mxt             "
  114. pwb\pwbrmake.exe             "
  115.  
  116. pwb\ext\ext.h                Files for writing PWB extensions
  117. pwb\ext\exthdr.obj           "
  118. pwb\ext\extsup.lib           "
  119. pwb\ext\ext.def              "
  120.  
  121. pwb\ini\brief.ini            Brief emulation macros for PWB
  122. pwb\ini\tools.pre            Sample macros for PWB
  123.  
  124. include\assert.h             Include files -- read each file for details
  125. include\bios.h               "
  126. include\conio.h              "
  127. include\ctype.h              "
  128. include\direct.h             "
  129. include\dos.h                "
  130. include\errno.h              "
  131. include\fcntl.h              "
  132. include\float.h              "
  133. include\graph.h              "
  134. include\io.h                 "
  135. include\limits.h             "
  136. include\locale.h             "
  137. include\malloc.h             "
  138. include\math.h               "
  139. include\memory.h             "
  140. include\pgchart.h            "
  141. include\process.h            "
  142. include\search.h             "
  143. include\setjmp.h             "
  144. include\share.h              "
  145. include\signal.h             "
  146. include\stdarg.h             "
  147. include\stddef.h             "
  148. include\stdio.h              "
  149. include\stdlib.h             "
  150. include\string.h             "
  151. include\time.h               "
  152. include\varargs.h            "
  153.  
  154. include\sys\locking.h        "
  155. include\sys\stat.h           "
  156. include\sys\timeb.h          "
  157. include\sys\types.h          "
  158. include\sys\utime.h          "
  159.  
  160. source\samples.doc           Documentation for sample programs
  161. source\filter.c              Sample programs, see SAMPLES.DOC for info
  162. source\txtfmt.c              "
  163. source\include.c             "
  164. source\grdemo.c              "
  165. source\menu.c                "
  166. source\menu.h                "
  167. source\turtle.c              "
  168. source\turtle.h              "
  169. source\grdemo.mak            "
  170. source\chrtdemo.c            "
  171. source\chrtopt.c             "
  172. source\chrtdemo.h            "
  173. source\chrtsupt.c            "
  174. source\chrtdemo.mak          "
  175. source\sortdemo.c            "
  176. source\sortdemo.mak          "
  177. source\snap.c                OS/2 DLL samples
  178. source\snap.mak              "
  179.  
  180. startup\chkstk.asm           OS independent startup files
  181. startup\chksum.asm           " -- read STARTUP.DOC for info
  182. startup\rchkstk.asm          "
  183. startup\crt0fp.asm           "
  184. startup\fmsghdr.asm          "
  185. startup\setargv.asm          "
  186. startup\heap.inc             "
  187. startup\cmacros.inc          "
  188. startup\msdos.inc            "
  189. startup\version.inc          "
  190. startup\rterr.inc            "
  191. startup\_file.c              "
  192. startup\nulbody.c            "
  193. startup\wild.c               "
  194. startup\file2.h              "
  195. startup\msdos.h              "
  196. startup\register.h           "
  197. startup\makefile             Make file for startup sources
  198. startup\startup.doc          Information of startup sources
  199. startup\startup.bat          Batch file for building startup sources
  200. startup\startup.cmd          OS/2 Batch file for building startup sources
  201.  
  202. startup\dos\crt0.asm         DOS specific startup source files
  203. startup\dos\crt0dat.asm      " -- read STARTUP.DOC for information
  204. startup\dos\crt0msg.asm      "
  205. startup\dos\execmsg.asm      "
  206. startup\dos\nmsghdr.asm      "
  207. startup\dos\stdalloc.asm     "
  208. startup\dos\stdargv.asm      "
  209. startup\dos\stdenvp.asm      "
  210. startup\dos\nulbody.lnk      "
  211.  
  212. startup\os2\crt0.asm         OS/2 specific startup source files
  213. startup\os2\crt0dat.asm      " -- read STARTUP.DOC for info
  214. startup\os2\crt0msg.asm      "
  215. startup\os2\nmsghdr.asm      "
  216. startup\os2\stdalloc.asm     "
  217. startup\os2\stdargv.asm      "
  218. startup\os2\stdenvp.asm      "
  219. startup\os2\nulbody.lnk      "
  220.  
  221. font\courb.fon               Font files
  222. font\helvb.fon               "
  223. font\modern.fon              "
  224. font\roman.fon               "
  225. font\script.fon              "
  226. font\tmsrb.fon               "
  227.  
  228. patch\patch320.doc           DOS 3.20 FP exception patch
  229. patch\setrhs.exe             " -- read PATCH320.DOC for details
  230. patch\rmrhs.exe              "
  231. patch\stkpat.bat             "
  232. patch\stkpat.scr             "
  233.  
  234. help\link.hlp                Help file for linker
  235.  
  236.  
  237. DISK 5 : Programmer's WorkBench/Utilities for OS/2
  238.  
  239.  Files                       Description
  240.  -----                       -----------
  241.  
  242. cvp.exe                      OS/2 CodeView debugger
  243. slibcp.lib                   OS/2 runtime library (small model)
  244. mlibcp.lib                   OS/2 runtime library (medium model)
  245. clibcp.lib                   OS/2 runtime library (compact model)
  246. llibcp.lib                   OS/2 runtime library (large model)
  247. grtextp.lib                  OS/2 Text Graphics library
  248. mgraphfp.lib                 Graphics FP library (medium/large model)
  249. sgraphfp.lib                 Graphics FP library (small/compact model)
  250. mgraphfa.lib                 Graphics FP library (medium/large model)
  251. os2.lib                      OS/2 API library for OS/2 1.1
  252. llibcdll.lib                 OS/2 DLL support library
  253. cdllsupp.lib                 "
  254. cdllobjs.lib                 OS/2 DLL runtime library objects
  255. cdllobjs.def                 Support files for DLL runtime
  256. cdllobjs.cmd                 "
  257. cl.exe                       DOS compiler driver
  258. cl.msg                       Message file for CL.EXE
  259. cl.err                       Error messages for CL.EXE
  260.  
  261. pwb\pwb.exe                  OS/2 Programmer's WorkBench
  262. pwb\pwbhelp.pxt              "
  263. pwb\pwbc.pxt                 "
  264. pwb\pwbutils.pxt             "
  265. pwb\pwbrowse.pxt             "
  266. pwb\mshelp.dll               DLL for Microsoft Help system
  267.  
  268. pwb\ext\exthdrp.obj          Files for writing extensions to PWB
  269. pwb\ext\exthdrpd.obj         "
  270.  
  271.  
  272. DISK 6 : Microsoft C Advisor On-Line Reference
  273.  
  274.  Files                       Description
  275.  -----                       -----------
  276.  
  277. help\qh.hlp                  Quick Help help file
  278. help\cv.hlp                  CodeView help file
  279. help\clang.hlp               C language help file
  280. help\pwb.hlp                 PWB help file
  281. help\ext.hlp                 PWB extension help
  282.  
  283. nmk.com                      real mode PWB loader for NMAKE 
  284. smartdrv.sys                 DOS disk cache device driver
  285. ramdrive.sys                 DOS virtual disk device driver
  286.  
  287.  
  288. DISK 7 : Libraries for OS/2 Systems
  289.  
  290.  Files                       Description
  291.  -----                       -----------
  292.  
  293. c3.exe                       DOS compiler pass 3
  294. nmake.exe                    OS/2 New Program maintenance utility
  295. bind.exe                     Bound program creation utility
  296. apilmr.obj                   Gives OS/2 bound programs 64K DGROUP
  297. api.lib                      Family API stub library for OS/2 Bound programs
  298. os2.lib                      OS/2 API library for OS/2 1.2
  299. rc.exe                       Resource compiler for OS/2
  300. rc.hlp                       Resource compiler help file
  301. rcpp.err                     Error messages for preprocessor
  302. rcpp.exe                     Resource compiler preprocessor for OS/2
  303.  
  304. include\bsedos.h             Includes for OS/2 1.2-- read each file for details
  305. include\bse.h                "
  306. include\bsedev.h             "
  307. include\bseerr.h             "
  308. include\bsesub.h             "
  309. include\os2.h                "
  310. include\os2def.h             "
  311. include\pm.h                 "
  312. include\pmavio.h             "
  313. include\pmbitmap.h           "
  314. include\pmdev.h              "
  315. include\pmfont.h             "
  316. include\pmgpi.h              "
  317. include\pmord.h              "
  318. include\pmshl.h              "
  319. include\pmwin.h              "
  320. include\pmerr.h              "
  321. include\pmhelp.h             "
  322. include\pmmle.h              "
  323. include\pmpic.h              "
  324. include\pmtypes.h            "
  325.  
  326. inc11\bse.h                  Includes for OS/2 1.1-- read each file for details
  327. inc11\bsedev.h               "
  328. inc11\bsedos.h               "
  329. inc11\bseerr.h               "
  330. inc11\bsesub.h               "
  331. inc11\os2.h                  "
  332. inc11\os2def.h               "
  333. inc11\pm.h                   "
  334. inc11\pmavio.h               "
  335. inc11\pmbitmap.h             "
  336. inc11\pmdev.h                "
  337. inc11\pmfont.h               "
  338. inc11\pmgpi.h                "
  339. inc11\pmord.h                "
  340. inc11\pmpic.h                "
  341. inc11\pmshl.h                "
  342. inc11\pmspl.h                "
  343. inc11\pmwin.h                "
  344.