mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #130] [CLOSED] Fix SourceToObjName to handle .. in paths #178
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/130
Author: @MicioMax
Created: 1/3/2023
Status: ❌ Closed
Base:
master← Head:fix-cppbuilder-SourceToObjName📝 Commits (1)
f16788cFix SourceToObjName to handle .. in paths - needed for some packages using import.ext📊 Changes
1 file changed (+14 additions, -6 deletions)
View changed files
📝
uppsrc/ide/Builders/CppBuilder.cpp(+14 -6)📄 Description
Fix SourceToObjName to handle .. in paths - needed for some packages using import.ext
Example of include.ext requiring this patch:
`
files ../OCC/FSD/.c;
files ../OCC/OSD/.c;
files ../OCC/Plugin/.c;
files ../OCC/Quantity/.c;
files ../OCC/Resource/.c;
files ../OCC/Standard/.c;
files ../OCC/StdFail/.c;
files ../OCC/Storage/.c;
files ../OCC/TColStd/.c;
files ../OCC/TCollection/.c;
files ../OCC/TShort/.c;
files ../OCC/Units/.c;
files ../OCC/UnitsAPI/.c;
files ../OCC/UnitsMethods/.c;
files ../OCC/NCollection/.c;
files ../OCC/Message/.c;
includes ../OCC/.h, ../OCC/.g;
`
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.