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)
Re: how to solve? (add compiler option -> solved) [message #21344 is a reply to message #21336] Thu, 14 May 2009 08:06 Go to previous message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
You can also use build configuration...

Project / Main package configuration for let's say package B, there define line with FLAGS: "NO_INCLUDE_OF_A" and choose it as build configuration, then in code you can use (there will be keyword "flag" added to the flag name):

#ifndef flagNO_INCLUDE_OF_A
#include "files from A"
#endif
 
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 19 00:40:07 CEST 2024

Total time taken to generate the page: 0.02506 seconds