home *** CD-ROM | disk | FTP | other *** search
- #
- # MS-DOS SHELL - Makefile
- #
- # MS-DOS SHELL - Copyright (c) 1989 Data Logic Limited.
- #
- # Redistribution and use in source and binary forms are permitted
- # provided that the above copyright notice is duplicated in the
- # source form.
- #
- #
- # $Header: C:/SRC/SHELL/RCS/makefile 1.6 90/08/16 12:21:40 Ian_Stewartson Exp $
- #
- # $Log: makefile $
- # Revision 1.6 90/08/16 12:21:40 Ian_Stewartson
- # Remove command on sh6.obj line
- #
- # Revision 1.5 90/08/15 01:42:32 MS_user
- # Remove local directory functions
- #
- # Revision 1.4 90/08/15 01:16:36 MS_user
- # Add stack command
- #
- # Revision 1.3 90/01/18 15:41:48 MS_user
- # ANother change for new make
- #
-
- OBJS=sh0.obj sh1.obj sh2.obj sh3.obj sh4.obj sh5.obj sh6.obj \
- sh7.obj sh8.obj sh9.obj sh10.obj
- ASFLAGS= /Ml
-
- sh.exe: $(OBJS)
- link sh0+sh1+sh2+sh3+sh4+sh5+sh6+sh7+sh8+sh9+sh10/co/noi/stack:0x2000, sh.exe\;
- link sh0+sh1+sh2+sh3+sh4+sh5+sh6+sh7+sh8+sh9+sh10/noi/stack:0x2000, nd_sh.exe\;
-