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 compile thrid-party packages?
Re: How to compile thrid-party packages? [message #6267 is a reply to message #6260] Sun, 05 November 2006 10:08 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
You can consider each line in package organizer right pane as if - then.

E.g. for libraries

if(when) add_library;

Means any line with true condition is used. (And empty when is true).

I am not quite sure what you mean by intermediate targets.

E.g. for MSC builder, extensions considered are

.c .cpp .cc .cxx - C++ source files
.icpp - C++ source files that are forced to be linked into executable
.rc - windows resource files
.brc - U++'s binary resource files
.obj - object files
.lib - library files

Files with other extensions are ignored, *unless* custom build step is specfied for them that converts them to any of above formats.

With files from above set, it is pretty clean what has to happen. Internal processing (compiling them to .obj files or other intermediate formats) is considered "implementation detail".

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
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: Reduce the EXE size
Next Topic: UPP_MAIN__ is not exported to env in linux
Goto Forum:
  


Current Time: Fri Aug 08 02:03:26 CEST 2025

Total time taken to generate the page: 0.06193 seconds