home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 1.ddi / WINLBSRC.ZIP / WINOBJ.MAK < prev    next >
Encoding:
Text File  |  1992-06-10  |  872 b   |  48 lines

  1. # List of object files for WINLIB.MAK.
  2.  
  3. # Used in all libs
  4. # Statically linked in RTLDLL
  5. OBJS1 =         \
  6.     abort.obj   \
  7.     easywin.obj \
  8.     errexit.obj \
  9.     ewconio.obj \
  10.     ewinproc.obj\
  11.     farheap.obj \
  12.     fperr.obj   \
  13.     fpinit.obj  \
  14.     heap.obj    \
  15.     h_chkstk.obj\
  16.     intr.obj    \
  17.     intdos.obj  \
  18.     int86.obj   \
  19.     ioctl.obj   \
  20.     necp.obj    \
  21.     ptable.obj  \
  22.     wrealcvt.obj\
  23.     wscantod.obj\
  24.     setargv.obj \
  25.     setargv0.obj\
  26.     setenv.obj  \
  27.     setenvrn.obj\
  28.     setjmp.obj  \
  29.     suballoc.obj\
  30.     wcfncptr.obj\
  31.     wep.obj     \
  32.     winmain.obj  
  33.  
  34. # Used in all libs
  35. # Dynamically linked in RTLDLL
  36. OBJS2 =         \
  37.     assert.obj  \
  38.     signal.obj  \
  39.     asmmem.obj  \
  40.     winmem.obj  \
  41.     fheap.obj   
  42.  
  43. # Used only in RTLDLL
  44. # Dynamically linked in RTLDLL
  45. OBJS3 =         \
  46.  
  47.  
  48.