nt.def
author Patrik Svestka <patrik.svestka@gmail.com>
Wed, 14 Nov 2018 12:07:51 +0100
branchjv
changeset 3630 5e718e0a754e
parent 1478 0d8a60f17338
permissions -rw-r--r--
Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present - All source *.st files are now Unicode UTF8 without BOM Files are in two groups (fileOut works this way in Smalltalk/X): - containing a unicode character have "{ Encoding: utf8 }" at the header - ASCII only are without the header
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