source: trunk/src/kShell/makefile@ 21

Last change on this file since 21 was 21, checked in by bird, 23 years ago

Basic basic bootstrapping thing.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 320 bytes
Line 
1# $Id: makefile 21 2002-11-22 01:36:57Z bird $
2
3all: kShellMain.exe \
4 kShell.lib
5
6kShellMain.exe: kShellMain.c kShell.c kShell.h
7 icc /Q /Ti+ kShellmain.c kShell.c
8
9kShellMain.obj: kShellMain.c kShell.h
10 icc /Q /c /Ti+ kShellMain.c
11
12kShell.obj: kShell.c kShell.h
13 icc /Q /c /Ti+ kShell.c
14
15kShell.lib:
16 -del kShell.lib
17 ilib kShell.lib +kShell.obj;
Note: See TracBrowser for help on using the repository browser.