bc.def
author manfred
Mon, 29 Mar 1999 09:27:34 +0200
changeset 1151 c13863335d01
parent 1141 139fb02d198d
child 1493 8ee69781d62f
permissions -rwxr-xr-x
- Fixes to avoid using '-' rules to ignore an exit status: -rm ... -> rm -f ... -mkdir ... -> test -d ... || mkdir ... ...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1140
1ab93a96d2f1 added description & version id
Claus Gittinger <cg@exept.de>
parents: 1119
diff changeset
     1
LIBRARY         libview2
1ab93a96d2f1 added description & version id
Claus Gittinger <cg@exept.de>
parents: 1119
diff changeset
     2
DESCRIPTION     'Smalltalk/X View classes 2'
1ab93a96d2f1 added description & version id
Claus Gittinger <cg@exept.de>
parents: 1119
diff changeset
     3
CODE            PRELOAD MOVEABLE DISCARDABLE
1119
1aa144f58c9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1076
diff changeset
     4
SEGMENTS
1aa144f58c9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1076
diff changeset
     5
    INITCODE PRELOAD SHARED DISCARDABLE
1aa144f58c9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1076
diff changeset
     6
EXPORTS
1aa144f58c9a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1076
diff changeset
     7
    __libview2_Init      @1