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: Packages » Excluding files from build depending on flags
Re: Excluding files from build depending on flags [message #33854 is a reply to message #33853] Mon, 19 September 2011 15:38 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
there are files in CtrlCore like Win32Wnd.cpp and similar Win32*.cpp which have all the code inside them surrounded by
#ifdef PLATFORM_WIN32
...
...
...
#endif

and accordingly X11Wnd.cpp and similar X11*.cpp
which have all the code inside them surrounded by
#ifdef PLATFORM_X11
...
...
...
#endif

As I understand, the whole code inside those files is excluded from compilation according to the platform. Sorry if I am not able to catch other reasons what would you like to achieve.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Where I find other templates?
Next Topic: Cannot add packages to main package
Goto Forum:
  


Current Time: Thu May 16 01:10:07 CEST 2024

Total time taken to generate the page: 0.02892 seconds