Ignore:
Timestamp:
Mar 28, 2003, 12:22:18 PM (22 years ago)
Author:
bird
Message:

Playing with the shell code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kShell/makefile

    r23 r44  
    22
    33#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
     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
    66
    77
     
    1010                       
    1111kShellMain.exe: kShellMain.c kShell.c kShell.h
    12         $(CC) kShellmain.c kShell.c
     12        $(CC) kShellmain.c kShell.c /ktaskmgr/tree/lib/debug/klib.lib
    1313       
    1414kShellMain.obj: kShellMain.c kShell.h
Note: See TracChangeset for help on using the changeset viewer.