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 » Different file versions among build methods
Re: Different file versions among build methods [message #43453 is a reply to message #43289] Mon, 04 August 2014 03:49 Go to previous messageGo to previous message
Alboni is currently offline  Alboni
Messages: 216
Registered: January 2012
Location: Kajaani, Finland
Experienced Member
Not directly but you can:
*Use different packages for different configurations
*Do things like :
#ifdef flagXXXX
... code for configuration XXXX
#elif defined flagYYYY
... code for configuration yyyy
#endif

*you can also include files with specific code from this #ifdef blocks, so create one rc file with just #ifdef and #include statements and have your specific code in separate .rc files that you include from the main one depending on flags. Only the main one you put in the package.
 
Read Message
Read Message
Read Message
Previous Topic: [TASK] Linux tar distribution should have someting like configure script
Next Topic: Debugger support for enum values would be nice
Goto Forum:
  


Current Time: Tue Aug 26 19:54:52 CEST 2025

Total time taken to generate the page: 0.04678 seconds