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