Changeset 954 for trunk/README.OS2


Ignore:
Timestamp:
Aug 10, 2011, 5:22:54 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Added support for .SYM file generation on OS/2.

This is done through the 'sym' CONFIG option which is on
by default if mapsym is found during configure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r950 r954  
    5757the corresponding feature:
    5858
    59   - LxLite 1.3.3 or above (not tested) to enable the compression of Qt DLLs and
    60     application executables (which saves hard disk space and application startup
    61     time). If you use a recent version of eComStation (e.g. 2.0 rc6) you will
    62     already have LxLite installed. Otherwise, you may take it from here:
     59  - MAPSYM 4.00.000 (Oct 4 2001) to enable generation of symbol (.SYM) files for
     60    DLLs and executables. This tool comes with OS/2 Toolkit 4.5. Note that other
     61    versions of this tool may not work correctly.
     62
     63  - LxLite 1.3.3 or above (not tested) to enable the compression of DLLs and
     64    executables (which saves hard disk space and application startup time). If
     65    you use a recent version of eComStation (e.g. 2.0 rc6) you will already have
     66    LxLite installed. Otherwise, you may take it from here:
    6367
    6468      http://www.os2site.com/sw/util/archiver/lxlt133.zip
     
    378382                    DLLs. This option is set by default.
    379383
     384  sym               Turns on generation of the .sym files for executables and
     385                    DLLs. The option is turned on by default if configure.cmd
     386                    is able to find the MAPSYM tool in PATH.
     387
    380388  exepack           Turns on compression for executables and DLLs. The option is
    381389                    turned on by default for release builds if configure.cmd
    382                     finds a compression tool (LxLite) in PATH.
     390                    is able to find a compression tool (LxLite) in PATH.
    383391
    384392  highmem           Turns on high memory usage for dynamically allocated memory
Note: See TracChangeset for help on using the changeset viewer.