home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 099 / SH164AS.ZIP / SHELL / MAKEFILE next >
Text File  |  1992-02-28  |  950b  |  34 lines

  1. #
  2. # MS-DOS SHELL - Makefile
  3. #
  4. # MS-DOS SHELL - Copyright (c) 1989 Data Logic Limited.
  5. #
  6. # Redistribution and use in source and binary forms are permitted
  7. # provided that the above copyright notice is duplicated in the
  8. # source form.
  9. #
  10. #
  11. #    $Header: C:/SRC/SHELL/RCS/makefile 1.6 90/08/16 12:21:40 Ian_Stewartson Exp $
  12. #
  13. #    $Log:    makefile $
  14. # Revision 1.6  90/08/16  12:21:40  Ian_Stewartson
  15. # Remove command on sh6.obj line
  16. # Revision 1.5  90/08/15  01:42:32  MS_user
  17. # Remove local directory functions
  18. # Revision 1.4  90/08/15  01:16:36  MS_user
  19. # Add stack command
  20. # Revision 1.3  90/01/18  15:41:48  MS_user
  21. # ANother change for new make
  22. #
  23.  
  24. OBJS=sh0.obj sh1.obj sh2.obj sh3.obj sh4.obj sh5.obj sh6.obj    \
  25.      sh7.obj sh8.obj sh9.obj sh10.obj
  26. ASFLAGS= /Ml
  27.  
  28. sh.exe:    $(OBJS)
  29.     link sh0+sh1+sh2+sh3+sh4+sh5+sh6+sh7+sh8+sh9+sh10/co/noi/stack:0x2000, sh.exe\;
  30.     link sh0+sh1+sh2+sh3+sh4+sh5+sh6+sh7+sh8+sh9+sh10/noi/stack:0x2000, nd_sh.exe\;
  31.