1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-17 02:58:05 -05:00
Simon Tatham eef8cac28e osxlaunch: bodge to let me test-build on Linux.
By default, the program still builds on Linux to a stub that just
prints 'nothing to see here'. But if you compile with
-DTEST_COMPILE_ON_LINUX, it compiles to a program that still doesn't
do anything _actually_ useful, but goes through all the same motions
that real osxlaunch would go through, until the final execv(2) fails
because of course it's not _really_ living in an application bundle
directory of the right shape.

That allows me to run all the setup code under the debugging tools I'm
most used to, in my preferred environment. (Same rationale as having
puttyapp / ptermapp build for Linux too.)
2017-12-20 10:03:14 +00:00
..
2017-12-18 14:04:57 +00:00
2017-11-26 20:03:12 +00:00
2017-12-18 11:46:48 +00:00
2017-11-26 17:43:02 +00:00
2015-05-15 12:47:44 +01:00