BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

Look up recursively for project file #55

Closed bovine3dom closed 5 years ago

bovine3dom commented 5 years ago

git has trained me that I can run tools anywhere within a project. I'd like to be able to do this with HEMTT too. It should be as simple as looking up recursively until one finds a HEMTT project file or finds root / some directory it can't access.

BrettMayson commented 5 years ago

This kinda depends on #26, atleast for Windows.

It isn't that hard to implement, just not that useful without global installation right now. Again, this is simple to solve on linux if you don't mind using /usr/bin/ or $HOME/.local/bin.

bovine3dom commented 5 years ago

Hmm, it only depends on #26 if users can't figure out how to put stuff on their path. It's pretty trivial in Windows via the GUI.