VirtualBox

source: kBuild/trunk/src/kShell/makefile@ 200

Last change on this file since 200 was 44, checked in by bird, 22 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
4CC = icc /Q /Ti+ -DOS2 -D__i386__ -DDEBUG /I/ktaskmgr/tree/Generic/include
5CC = icc /Q /Ti+ /O /Oi+ -DOS2 -D__i386__ -DDEBUG /I/ktaskmgr/tree/Generic/include
6
7
8all: kShellMain.exe \
9 kShell.lib
10
11kShellMain.exe: kShellMain.c kShell.c kShell.h
12 $(CC) kShellmain.c kShell.c /ktaskmgr/tree/lib/debug/klib.lib
13
14kShellMain.obj: kShellMain.c kShell.h
15 $(CC) /c kShellMain.c
16
17kShell.obj: kShell.c kShell.h
18 $(CC) /c kShell.c
19
20kShell.lib:
21 -del kShell.lib
22 ilib kShell.lib +kShell.obj;
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette