home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Super Store 2.3 / TESTDRIVE_2.ISO / realizer / samples / refch27 / ccsample.def < prev    next >
Encoding:
Text File  |  1992-09-30  |  265 b   |  17 lines

  1. LIBRARY     CCSAMPLE 
  2.  
  3. EXETYPE     WINDOWS 
  4.  
  5. STUB        'WINSTUB.EXE' 
  6.  
  7. DESCRIPTION    'Sample Custom Control Library' 
  8.  
  9. CODE        MOVEABLE DISCARDABLE 
  10. DATA        MOVEABLE SINGLE 
  11.  
  12. HEAPSIZE    0 
  13.  
  14. EXPORTS 
  15.     WEP                @1  RESIDENTNAME 
  16.     TimerServer        @2 
  17.     SizeMsgServer    @3