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 » Developing U++ » U++ Developers corner » Small fixe for OPENBSD package organizer configuration
Re: Small fixe for OPENBSD package organizer configuration [message #53713 is a reply to message #53712] Thu, 23 April 2020 20:43 Go to previous messageGo to previous message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
No downside but it's ugly?

Better to:

- add another array in Package class:
Array<OptItem> library_path;

- add in PackageEditor::PackageEditor()
Add("Internal include path", actual.include);
Add("Internal library path", actual.library_path);

- Make actual.include like other options in Package Organizze (I mean, with rw access to 'When' textfield so it can be flag activated/distribution specific)

- Then use those Package variables to fill Makefiles and default .bm files if those flags are active

Embarassed ?

I didn't find where "Internal include" (package.include) is used in TheIDE, so I renamed it "Internal include path".

[Updated on: Thu, 23 April 2020 20:46]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Can you test this is in Win32?
Next Topic: Skylark - Render 2 tables -- [SOLVED]
Goto Forum:
  


Current Time: Tue Apr 30 10:36:03 CEST 2024

Total time taken to generate the page: 0.06263 seconds