mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-13 17:17:37 -05:00

If we don't have GTK enabled in the build, then lots of important stuff never gets added to the 'guiterminal' build-time object library, without which these terminal-using programs can't link successfully, even though they don't actually use GTK. I could add yet more stub functions, but I don't think that's really necessary - it doesn't seem like a serious inconvenience that you can only test the terminal on a platform where you can also build real applications that include it. So I've just moved those two executable file definitions inside the Big If that conditionalises PuTTY and pterm themselves.