1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 11:02:48 -05:00

Don\'t bother compiling bits I haven\'t got round to yet.

[originally from svn r46]
This commit is contained in:
Ben Harris
1999-02-19 21:44:14 +00:00
parent f192c33a67
commit 96b834257c

View File

@ -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
<EFBFBD>MondoBuild<EFBFBD> = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
Includes =
@ -31,14 +13,14 @@ COptions = {Includes} {Sym
Objects<EFBFBD>68K = <20>
"{ObjDir<69>68K}mac.c.o" <20>
"{ObjDir<69>68K}misc.c.o" <20>
"{ObjDir<69>68K}ssh.c.o" <20>
"{ObjDir<69>68K}sshcrc.c.o" <20>
"{ObjDir<69>68K}sshdes.c.o" <20>
"{ObjDir<69>68K}sshmd5.c.o" <20>
"{ObjDir<69>68K}sshrand.c.o" <20>
"{ObjDir<69>68K}sshrsa.c.o" <20>
"{ObjDir<69>68K}sshsha.c.o" <20>
"{ObjDir<69>68K}telnet.c.o" <20>
# "{ObjDir<69>68K}ssh.c.o" <20>
# "{ObjDir<69>68K}sshcrc.c.o" <20>
# "{ObjDir<69>68K}sshdes.c.o" <20>
# "{ObjDir<69>68K}sshmd5.c.o" <20>
# "{ObjDir<69>68K}sshrand.c.o" <20>
# "{ObjDir<69>68K}sshrsa.c.o" <20>
# "{ObjDir<69>68K}sshsha.c.o" <20>
# "{ObjDir<69>68K}telnet.c.o" <20>
"{ObjDir<69>68K}terminal.c.o"
@ -47,13 +29,13 @@ PuTTY
-o {Targ} -d {Sym<79>68K} <20>
{Objects<74>68K} <20>
-t 'APPL' <20>
-c '????' <20>
"{Libraries}MathLib.o" <20>
-c 'pTTY' <20>
#"{Libraries}MathLib.o" <20>
#"{CLibraries}Complex.o" <20>
"{CLibraries}StdCLib.o" <20>
"{Libraries}MacRuntime.o" <20>
"{Libraries}IntEnv.o" <20>
"{Libraries}ToolLibs.o" <20>
#"{Libraries}ToolLibs.o" <20>
"{Libraries}Interface.o"