HaikuArchives / Paladin

Paladin is an open source integrated development environment (IDE) for Haiku OS
MIT License
64 stars 20 forks source link

Project Settings include paths incorporated incorrectly #355

Closed adamfowleruk closed 4 years ago

adamfowleruk commented 4 years ago

They are absolute paths and they are being concatenated with the project base dir, causing an invalid path. Ideally they should be relative to the PLD file location (as this folder is where g++ is called from)

adamfowleruk commented 4 years ago

Cannot reproduce this. If at or below PLD location, appears to be relative (without leading ./). DEPENDENCY line does include 'Paladin' folder though, which is incorrect. Will fix that here.

adamfowleruk commented 4 years ago

Hangover from old Paladin PLD file. Doesn't occur in new projects. Fixed old PLD file.