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

Last change on this file since 127 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
Line 
1LIBRARY ${name} INITINSTANCE TERMINSTANCE
2DESCRIPTION '@#netlabs.org:${version}.os2-g++#@ Qt Library for OS/2 (GCC)'
3DATA MULTIPLE NONSHARED
4EXPORTS
5${exports}
Note: See TracBrowser for help on using the repository browser.