source: trunk/src/qt.def.tpl.os2-g++

Last change on this file was 90, checked in by dmik, 19 years ago

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 size: 165 bytes
RevLine 
[8]1LIBRARY ${name} INITINSTANCE TERMINSTANCE
[90]2DESCRIPTION '@#netlabs.org:${version}.os2-g++#@ Qt Library for OS/2 (GCC)'
[8]3DATA MULTIPLE NONSHARED
4EXPORTS
5${exports}
Note: See TracBrowser for help on using the repository browser.