Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Again about packages
Again about packages [message #11917] Mon, 01 October 2007 10:48 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
I've got a new question about packages.
I have a big library, separated into sections, each of them is composed of many modules.
For example :

          module a
Section 1 module b
          ........
          module n

          module a
Section 2 module b
          ........
          module z

I converted it to package format, giving a directory structure like this :

LibraryName/Section1/moduleA
LibraryName/Section1/moduleB
LibraryName/Section1/.......
LibraryName/Section1/moduleN
LibraryName/Section2/moduleA
LibraryName/Section2/moduleB
LibraryName/Section2/.......
LibraryName/Section2/moduleZ


And I've put upp files on each module, making so a package for each module.
Now, I'd like to know if it is possible to make a big package comprising all modules of each section, and have a dynamic module for it, and if so how it's done.
I also need to give some compiler options on per-file basis
(some defines and some compiler flags); if it's not possible to do it on a per-file basis, at least on a package basis.
For now I've resorted to do it on global compiler options, but that's not a satisfactory way, as this library requires some compatibility flags that enables compiler quirks that I don't like to have enabled an all sources.

Thanx in advance for any help !

Ciao

Max
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Debugging of tables, vector, etc.
Next Topic: Getting "heap leaks detected!" error messages on program exit. How to debug it?
Goto Forum:
  


Current Time: Fri Apr 26 14:50:49 CEST 2024

Total time taken to generate the page: 0.01793 seconds