Changeset 23 for trunk/src/kShell/makefile
- Timestamp:
- Nov 22, 2002, 5:00:46 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kShell/makefile
r21 r23 1 1 # $Id$ 2 3 #CC = icc /Q /Ti+ /I../kLib/Generic/include 4 CC = icc /Q /Ti+ -DOS2 -D__i386__ -DDEBUG /Ig:/ktaskmgr/tree/Generic/include 5 CC = icc /Q /Ti+ /O /Oi+ -DOS2 -D__i386__ -DDEBUG /Ig:/ktaskmgr/tree/Generic/include 6 2 7 3 8 all: kShellMain.exe \ … … 5 10 6 11 kShellMain.exe: kShellMain.c kShell.c kShell.h 7 icc /Q /Ti+kShellmain.c kShell.c12 $(CC) kShellmain.c kShell.c 8 13 9 14 kShellMain.obj: kShellMain.c kShell.h 10 icc /Q /c /Ti+kShellMain.c15 $(CC) /c kShellMain.c 11 16 12 17 kShell.obj: kShell.c kShell.h 13 icc /Q /c /Ti+kShell.c18 $(CC) /c kShell.c 14 19 15 20 kShell.lib:
Note:
See TracChangeset
for help on using the changeset viewer.