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 » how to solve? (add compiler option -> solved)
how to solve? (add compiler option -> solved) [message #21336] Wed, 13 May 2009 22:51 Go to previous message
sapiency is currently offline  sapiency
Messages: 56
Registered: September 2008
Member
Hi,

I've two packages in located in the same assembly

packageA for whole project

packageB for testing one part of the project which is developed and tested here, but finaly used in packageA

there are a few includes which I don't want to use in packageB, but I need in packageA in files of packageB.

I can write
#define xyz

and
#ifndef xyz
...
#else
...
#endif

in each file, but I have to modify "#define xyz" each time in all the files when I want to build packageA.

Any idea how to solve this? I tried to set a global flag in the package organizer, but it didn't work.

regards

reinhard

[Updated on: Wed, 13 May 2009 23:50]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Are there any plans supporting Vector/Array/Map::operator[] during debug?
Next Topic: Cross Compile to ARM via ToolChain
Goto Forum:
  


Current Time: Sun May 05 19:47:04 CEST 2024

Total time taken to generate the page: 0.03800 seconds