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 » packages, sub packages and big projects
Re: packages, sub packages and big projects [message #22196 is a reply to message #22091] Tue, 23 June 2009 20:09 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
cocob wrote on Wed, 17 June 2009 06:33

I know how works package organizer and main configuration and i like it.

My problems is when i have a lot of entries in it for example

library(!WIN32 && GCC && OPENMP) gomp;

options(MSC8 || MSC8X64) -D_CRT_SECURE_NO_DEPRECATE;

options(MSC9 || MSC9X64) -D_CRT_SECURE_NO_WARNINGS;

options(GCC) "-Wall -Werror";

options(MSC) /WX;

options(GCC && DLL) "-fvisibility=hidden -fPIC";

options(GCC && OPENMP) -fopenmp;

options(MSC && OPENMP) /openmp;


I must defined these on all subpackage and it is not really handy.

Do you have any solution ?

cocob


Ahh, well, typically, I put these into Build method.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Filtering packages problem?
Next Topic: Application stub template
Goto Forum:
  


Current Time: Sat May 18 02:32:23 CEST 2024

Total time taken to generate the page: 0.01701 seconds