mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
b642aa086a
hacky helper program to let PuTTY act as a local pterm-oid on Cygwin-enabled Windows systems. [originally from svn r9191]
3 lines
109 B
Makefile
3 lines
109 B
Makefile
cygtermd.exe: main.c sel.c telnet.c pty.c malloc.c
|
|
gcc -o cygtermd.exe main.c sel.c telnet.c pty.c malloc.c
|