Changeset 3470


Ignore:
Timestamp:
May 2, 2000, 1:24:53 PM (26 years ago)
Author:
bird
Message:

The install directory have to be made after kernel32.lib is made. It is
not regarded as a "needed tool". So, tools\install is the last thing we
make.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r2714 r3470  
    1 # $Id: makefile,v 1.10 2000-02-09 23:47:56 bird Exp $
     1# $Id: makefile,v 1.11 2000-05-02 11:24:52 bird Exp $
    22
    33#
     
    2626    cd src
    2727    nmake -nologo all
     28    cd ..\tools\install
     29    nmake -nologo all
    2830
    2931clean:
     
    3840    cd src
    3941    nmake -nologo all DEBUG=1
     42    cd ..\tools\install
     43    nmake -nologo all DEBUG=1
    4044
    4145debugsmp:       odin_libraries  needed_tools
     
    4347    start nmake -i -f makefile.smp -nologo all DEBUG=1
    4448    nmake -nologo all DEBUG=1
     49    cd ..\tools\install
     50    nmake -nologo all DEBUG=1
    4551
    4652nodebuginfo:    odin_libraries  needed_tools
    4753    cd src
     54    nmake -nologo all DEBUG=1 NODEBUGINFO=1
     55    cd ..\tools\install
    4856    nmake -nologo all DEBUG=1 NODEBUGINFO=1
    4957
     
    5260    start nmake -i -f makefile.smp -nologo all DEBUG=1 NODEBUGINFO=1
    5361    nmake -nologo all DEBUG=1 NODEBUGINFO=1
     62    cd ..\tools\install
     63    nmake -nologo all DEBUG=1 NODEBUGINFO=1
    5464
    5565release:        odin_libraries  needed_tools
    5666    cd src
     67    nmake -nologo all
     68    cd ..\tools\install
    5769    nmake -nologo all
    5870
     
    6072    cd src
    6173    start nmake -i -f makefile.smp -nologo all
     74    nmake -nologo all
     75    cd ..\tools\install
    6276    nmake -nologo all
    6377
  • trunk/tools/makefile

    r3459 r3470  
    1 # $Id: makefile,v 1.9 2000-04-29 18:23:33 sandervl Exp $
     1# $Id: makefile,v 1.10 2000-05-02 11:24:53 bird Exp $
    22
    33#
     
    5151    $(MAKE_CMD) NODEP=1 dep
    5252    $(MAKE_CMD) needed
    53     cd ..\install
    54     $(MAKE_CMD)
    5553    cd ..\impdef
    5654    $(MAKE_CMD) NODEP=1 dep
Note: See TracChangeset for help on using the changeset viewer.