David J. Shourabi Porcel

Results 6 comments of David J. Shourabi Porcel

Try with `\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VSCommon\14.0\SQM` or `\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VSCommon\15.0\SQM`.

Depending on your use case, it might be feasible to use the `export` directive: ``` $ cat Tupfile export FOO : |> echo "${FOO}" > %o |> output.txt $ FOO=bar...

It is currently not possible. The way Tup's build system is arranged, the build is carried under the assumption that it happens on Linux, such that the Linux version is...

AFAIK that's not possible (at least right now). Depending on your workflow, it might be feasible to have the output files zipped together, especially since Windows Explorer (at least on...

Thank you, @MaksimZhukov. If you decide to accept this feature, I would be glad to implement it for you, or at least try. In any case, I wish you a...