home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c081_7 / 2.ddi / WEXAMPLE.ZIP / DLLDEMO.DEF < prev    next >
Encoding:
Text File  |  1991-02-13  |  204 b   |  8 lines

  1. NAME           DLLDEMO
  2. DESCRIPTION    'C++ Windows DLL Demo'
  3. EXETYPE        WINDOWS
  4. CODE           PRELOAD MOVEABLE
  5. DATA           PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE       1024
  7. STACKSIZE      5120
  8.