home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / iwftech.zip / samples / SOMopt / somopt.def < prev    next >
Text File  |  1994-08-05  |  2KB  |  41 lines

  1. ; +--------------------------------------------------------------------------+
  2. ; | SOMOPT - WorkFrame/2-enabled SOM actions support (Options DLL)           |
  3. ; |--------------------------------------------------------------------------|
  4. ; |                                                                          |
  5. ; | PROGRAM NAME: SOMOPT                                                     |
  6. ; | -------------                                                            |
  7. ; |                                                                          |
  8. ; | COPYRIGHT:                                                               |
  9. ; | ----------                                                               |
  10. ; | Copyright (C) International Business Machines Corp., 1991,1992,1993,1994 |
  11. ; |                                                                          |
  12. ; | DISCLAIMER OF WARRANTIES:                                                |
  13. ; | -------------------------                                                |
  14. ; | The following [enclosed] code is sample code created by IBM              |
  15. ; | Corporation.  This sample code is not part of any standard IBM product   |
  16. ; | and is provided to you solely for the purpose of assisting you in the    |
  17. ; | development of your applications.  The code is provided "AS IS",         |
  18. ; | without warranty of any kind.  IBM shall not be liable for any damages   |
  19. ; | arising out of your use of the sample code, even if they have been       |
  20. ; | advised of the possibility of such damages.                              |
  21. ; |                                                                          |
  22. ; | REVISION LEVEL: 2.1                                                      |
  23. ; | -------------------                                                      |
  24. ; |                                                                          |
  25. ; | This program demonstrates providing WorkFrame/2 actions support (i.e.    |
  26. ; | Options DLL) for the SOM compiler.                                       |
  27. ; +--------------------------------------------------------------------------+
  28.  
  29. LIBRARY SOMOPT INITINSTANCE TERMINSTANCE NEWFILES
  30.  
  31. DESCRIPTION 'DLL file containing default entry points'
  32.  
  33. CODE LOADONCALL
  34.  
  35. DATA MULTIPLE NONSHARED
  36.  
  37. EXPORTS
  38.    WKFQUERYCOMPILEOPTIONS 
  39.    WKFQUERYCOMPILETARGET  
  40.    WKFCOMPILEPARSEERROR   
  41.