|
Last change
on this file since 189 was 44, checked in by bird, 23 years ago |
|
Playing with the shell code.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
540 bytes
|
| Line | |
|---|
| 1 | # $Id: makefile 44 2003-03-28 11:22:18Z bird $
|
|---|
| 2 |
|
|---|
| 3 | #CC = icc /Q /Ti+ /I../kLib/Generic/include
|
|---|
| 4 | CC = icc /Q /Ti+ -DOS2 -D__i386__ -DDEBUG /I/ktaskmgr/tree/Generic/include
|
|---|
| 5 | CC = icc /Q /Ti+ /O /Oi+ -DOS2 -D__i386__ -DDEBUG /I/ktaskmgr/tree/Generic/include
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | all: kShellMain.exe \
|
|---|
| 9 | kShell.lib
|
|---|
| 10 |
|
|---|
| 11 | kShellMain.exe: kShellMain.c kShell.c kShell.h
|
|---|
| 12 | $(CC) kShellmain.c kShell.c /ktaskmgr/tree/lib/debug/klib.lib
|
|---|
| 13 |
|
|---|
| 14 | kShellMain.obj: kShellMain.c kShell.h
|
|---|
| 15 | $(CC) /c kShellMain.c
|
|---|
| 16 |
|
|---|
| 17 | kShell.obj: kShell.c kShell.h
|
|---|
| 18 | $(CC) /c kShell.c
|
|---|
| 19 |
|
|---|
| 20 | kShell.lib:
|
|---|
| 21 | -del kShell.lib
|
|---|
| 22 | ilib kShell.lib +kShell.obj;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.