1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Add a 'unix' Makefile type, for building the non-GUI parts of the

PuTTY suite on non-GTK-enabled build platforms.

[originally from svn r8577]
This commit is contained in:
Simon Tatham
2009-05-11 18:48:43 +00:00
parent 4c0b7ba7e4
commit f8a260d59f
2 changed files with 76 additions and 2 deletions

1
Recipe
View File

@ -18,6 +18,7 @@
!makefile borland windows/Makefile.bor
!makefile lcc windows/Makefile.lcc
!makefile gtk unix/Makefile.gtk
!makefile unix unix/Makefile.ux
!makefile ac unix/Makefile.in
!makefile mpw mac/Makefile.mpw
!makefile osx macosx/Makefile