mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #302] [MERGED] Implement ${METHOD_DIR} recognition in umk #295
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#295
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/302
Author: @klugier
Created: 10/11/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @mirek-fidler
Base:
master← Head:klugier/umk-method-dir-recognition📝 Commits (1)
0a7677bImplement build method recognition in umk.📊 Changes
1 file changed (+18 additions, -0 deletions)
View changed files
📝
uppsrc/umk/umake.cpp(+18 -0)📄 Description
Thanks to that change we will be able to bundle umk with toolchain on Windows and distribute such package. Thanks to that it will open the possibilities of build many packages including these from UppHub directly from the terminal.
Here is the sample build method for CLANG on Windows that will be handled correctly after these changes:
The umk Windows package will looks as follow

In above image bin folder has exactly the same content as bin directory in regular Windows U++ distribution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.