mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Don\'t bother compiling bits I haven\'t got round to yet.
[originally from svn r46]
This commit is contained in:
parent
f192c33a67
commit
96b834257c
42
PuTTY.make
42
PuTTY.make
@ -1,25 +1,7 @@
|
||||
# $Id: PuTTY.make,v 1.1.2.2 1999/02/19 15:28:27 ben Exp $
|
||||
# $Id: PuTTY.make,v 1.1.2.3 1999/02/19 21:44:14 ben Exp $
|
||||
# This is the Makefile for building PuTTY for the Mac OS.
|
||||
# Users of non-Mac systems will see some pretty strange characters around.
|
||||
|
||||
# File: PuTTY.make
|
||||
# Target: PuTTY
|
||||
# Sources: bjh21:putty:foo.c
|
||||
# bjh21:putty:mac.c
|
||||
# bjh21:putty:misc.c
|
||||
# bjh21:putty:putty.r
|
||||
# bjh21:putty:ssh.c
|
||||
# bjh21:putty:sshcrc.c
|
||||
# bjh21:putty:sshdes.c
|
||||
# bjh21:putty:sshmd5.c
|
||||
# bjh21:putty:sshrand.c
|
||||
# bjh21:putty:sshrsa.c
|
||||
# bjh21:putty:sshsha.c
|
||||
# bjh21:putty:telnet.c
|
||||
# bjh21:putty:terminal.c
|
||||
# Created: Thursday, February 18, 1999 06:11:49 PM
|
||||
|
||||
|
||||
MAKEFILE = PuTTY.make
|
||||
¥MondoBuild¥ = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
|
||||
Includes =
|
||||
@ -31,14 +13,14 @@ COptions = {Includes} {Sym
|
||||
Objects¥68K = ¶
|
||||
"{ObjDir¥68K}mac.c.o" ¶
|
||||
"{ObjDir¥68K}misc.c.o" ¶
|
||||
"{ObjDir¥68K}ssh.c.o" ¶
|
||||
"{ObjDir¥68K}sshcrc.c.o" ¶
|
||||
"{ObjDir¥68K}sshdes.c.o" ¶
|
||||
"{ObjDir¥68K}sshmd5.c.o" ¶
|
||||
"{ObjDir¥68K}sshrand.c.o" ¶
|
||||
"{ObjDir¥68K}sshrsa.c.o" ¶
|
||||
"{ObjDir¥68K}sshsha.c.o" ¶
|
||||
"{ObjDir¥68K}telnet.c.o" ¶
|
||||
# "{ObjDir¥68K}ssh.c.o" ¶
|
||||
# "{ObjDir¥68K}sshcrc.c.o" ¶
|
||||
# "{ObjDir¥68K}sshdes.c.o" ¶
|
||||
# "{ObjDir¥68K}sshmd5.c.o" ¶
|
||||
# "{ObjDir¥68K}sshrand.c.o" ¶
|
||||
# "{ObjDir¥68K}sshrsa.c.o" ¶
|
||||
# "{ObjDir¥68K}sshsha.c.o" ¶
|
||||
# "{ObjDir¥68K}telnet.c.o" ¶
|
||||
"{ObjDir¥68K}terminal.c.o"
|
||||
|
||||
|
||||
@ -47,13 +29,13 @@ PuTTY
|
||||
-o {Targ} -d {Sym¥68K} ¶
|
||||
{Objects¥68K} ¶
|
||||
-t 'APPL' ¶
|
||||
-c '????' ¶
|
||||
"{Libraries}MathLib.o" ¶
|
||||
-c 'pTTY' ¶
|
||||
#"{Libraries}MathLib.o" ¶
|
||||
#"{CLibraries}Complex.o" ¶
|
||||
"{CLibraries}StdCLib.o" ¶
|
||||
"{Libraries}MacRuntime.o" ¶
|
||||
"{Libraries}IntEnv.o" ¶
|
||||
"{Libraries}ToolLibs.o" ¶
|
||||
#"{Libraries}ToolLibs.o" ¶
|
||||
"{Libraries}Interface.o"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user