Annotation of pmsdk/samples/template/template.def, revision 1.1.1.1

1.1       root        1: ; TEMPLATE definition file
                      2: ; Created by Microsoft Corp., 1988
                      3: ;
                      4: NAME    Template       WINDOWAPI
                      5: 
                      6: DESCRIPTION 'OS/2 Presentation Manager Application Template'
                      7: 
                      8: STUB    'OS2STUB.EXE'
                      9: 
                     10: CODE    MOVEABLE
                     11: DATA    MOVEABLE MULTIPLE
                     12: 
                     13: STACKSIZE   4096        ; Must be non-zero for SS == DS
                     14:                         ; suggest 4k as minimum stacksize
                     15: 
                     16: SEGMENTS
                     17:     _INIT   PRELOAD MOVEABLE DISCARDABLE
                     18:     _NRES   PRELOAD MOVEABLE DISCARDABLE
                     19:     _RES    PRELOAD MOVEABLE
                     20: 
                     21: EXPORTS                 ; Must export all procedures called by Pres. Mgr.
                     22:     TemplateWndProc  @1 ; (these include Window Procedures and Dialog Procs)
                     23:     TemplateAboutDlg @2 ; (ordinal numbers use less resident memory)
                     24:     TemplateDlg      @3

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.