home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / dllapi / dllapi.def < prev    next >
Encoding:
Text File  |  1999-05-11  |  475 b   |  17 lines

  1. ;========================================================
  2. ; DLLAPI.DEF - DLL Sample PM application definition file
  3. ;========================================================
  4. NAME         DLLAPI  WINDOWAPI
  5.  
  6. DESCRIPTION 'Dynamic Linking Library Sample application'
  7.  
  8. CODE         MOVEABLE
  9. DATA         MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE     4096
  12. STACKSIZE    8192
  13.  
  14. IMPORTS     SearchFile   = DLLIB.1
  15.             ReadFileProc = DLLIB.2
  16.             CalCulProc   = DLLIB.3
  17.