home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / showcp.zip / showcp.def < prev    next >
Text File  |  1998-06-12  |  398b  |  16 lines

  1. ;******* TEMPLATE  C Sample Program Module Definition File (.DEF) ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;  Copyright 1991 IBM Corporation
  6. ;
  7. ;  Note the WINDOWAPI keyword is required for link386
  8. NAME    showcp WINDOWAPI
  9.  
  10. DESCRIPTION 'Show Codepage'
  11.  
  12. CODE    MOVEABLE
  13. DATA    MOVEABLE MULTIPLE
  14.  
  15. STACKSIZE 60000
  16.