|
From: Teiniker E. <ego...@tu...> - 2003-10-14 16:32:15
|
Hi all! The ccmtools-c++-generate script has changed in the following ways: *) I modified the CCMTOOLS_PACKAGE = 'ccmtools-package' definition to CCMTOOLS_PACKAGE = '.' Thus, the generated CCM_* directories can be put into the current directory which plays the role of confix' package root. Of course, you can still use the -p option to specify a particular package root. *) To save the *_app.* files from overwriting, no *_app.* files are generated by default. A component developer has to set the -a (--application) option explicitly to force the ccmtools-c++-generate script to create these files. :-) Egon PS: Tomorrow I will try to change the test scripts... |