nt.def
author Stefan Vogel <sv@exept.de>
Tue, 02 Apr 2013 11:32:49 +0200
changeset 2991 705850a604ee
parent 1478 0d8a60f17338
permissions -rw-r--r--
Refactoring: replace asSet copy by asNewSet (same for IdentitySet) replace (xxx collect:[]) asSet by (xxx collect:[] as:Set) replace (xxx select:[]) asSet by (xxx select:[] as:Set)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1055
c20e03559d8d added description & version id
Claus Gittinger <cg@exept.de>
parents: 325
diff changeset
     1
LIBRARY         libtool2
c20e03559d8d added description & version id
Claus Gittinger <cg@exept.de>
parents: 325
diff changeset
     2
DESCRIPTION     'Smalltalk/X Programmer Tool Classes 2'
c20e03559d8d added description & version id
Claus Gittinger <cg@exept.de>
parents: 325
diff changeset
     3
VERSION         3.5
1478
0d8a60f17338 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1055
diff changeset
     4
CODE            EXECUTE READ 
1055
c20e03559d8d added description & version id
Claus Gittinger <cg@exept.de>
parents: 325
diff changeset
     5
DATA            READ WRITE
325
96afb093c479 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
SECTIONS
1478
0d8a60f17338 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1055
diff changeset
     7
    INITCODE    READ EXECUTE 
325
96afb093c479 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
    INITDATA    READ WRITE
96afb093c479 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
EXPORTS 
1055
c20e03559d8d added description & version id
Claus Gittinger <cg@exept.de>
parents: 325
diff changeset
    10
    _libtool2_Init      @1
325
96afb093c479 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
IMPORTS