Quote:
Originally Posted by Razor12911
you have to specify - - for stdio
I only see "xtool.exe precomp:zlib", should be "xtool.exe precomp:zlib - -"
|
Those " '|' (xtool) '|' " characters are pipes, that's how you pass data between programs and its is well known standard. Normally, you wouldn't never use '-'-' additionally in such case but I will try something like "cmd | xtool - - | cmd" later and let you know. Again v0.12 and ztool work fine like this.