Ignore:
Timestamp:
Apr 17, 2006, 8:43:56 PM (19 years ago)
Author:
dmik
Message:

GCC compiler spec: the value of the VERSION project variable is passed to the emxexpw tool to have the ${version} macro in the .DEF template for the Qt DLL automatically replaced by the current version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qt.def.tpl.os2-g++

    r8 r90  
    11LIBRARY ${name} INITINSTANCE TERMINSTANCE
    2 DESCRIPTION '@#Netlabs.org:3.3.1.RC5.os2-g++#@ Qt Library Version 3.3.1 for OS/2 (GCC)'
     2DESCRIPTION '@#netlabs.org:${version}.os2-g++#@ Qt Library for OS/2 (GCC)'
    33DATA MULTIPLE NONSHARED
    44EXPORTS
Note: See TracChangeset for help on using the changeset viewer.