Changeset 2711 for trunk/makefile


Ignore:
Timestamp:
Feb 10, 2000, 12:46:57 AM (26 years ago)
Author:
bird
Message:

Dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r1620 r2711  
    1 # $Id: makefile,v 1.8 1999-11-05 14:27:09 sandervl Exp $
     1# $Id: makefile,v 1.9 2000-02-09 23:46:57 bird Exp $
    22
    33#
     
    2323
    2424all:            odin_libraries  needed_tools
    25                 cd src
    26                 nmake -nologo all
     25    cd src
     26    nmake -nologo all
    2727
    2828clean:
    29         cd lib
    30         nmake -nologo clean
    31         cd ..\tools
    32         nmake -nologo clean
    33         cd ..\src
    34         nmake -nologo clean
     29    cd lib
     30    nmake -nologo clean
     31    cd ..\tools
     32    nmake -nologo clean
     33    cd ..\src
     34    nmake -nologo clean
    3535
    3636debug:          odin_libraries  needed_tools
    37                 cd src
    38                 nmake -nologo all DEBUG=1
     37    cd src
     38    nmake -nologo all DEBUG=1
    3939
    4040debugsmp:       odin_libraries  needed_tools
    41                 cd src
    42                 start nmake -i -f makefile.smp -nologo all DEBUG=1
    43                 nmake -nologo all DEBUG=1
     41    cd src
     42    start nmake -i -f makefile.smp -nologo all DEBUG=1
     43    nmake -nologo all DEBUG=1
    4444
    4545nodebuginfo:    odin_libraries  needed_tools
    46                 cd src
    47                 nmake -nologo all DEBUG=1 NODEBUGINFO=1
     46    cd src
     47    nmake -nologo all DEBUG=1 NODEBUGINFO=1
    4848
    4949nodebuginfosmp: odin_libraries  needed_tools
    50                 cd src
    51                 start nmake -i -f makefile.smp -nologo all DEBUG=1 NODEBUGINFO=1
    52                 nmake -nologo all DEBUG=1 NODEBUGINFO=1
     50    cd src
     51    start nmake -i -f makefile.smp -nologo all DEBUG=1 NODEBUGINFO=1
     52    nmake -nologo all DEBUG=1 NODEBUGINFO=1
    5353
    5454release:        odin_libraries  needed_tools
    55                 cd src
    56                 nmake -nologo all
     55    cd src
     56    nmake -nologo all
    5757
    5858releasesmp:     odin_libraries  needed_tools
    59                 cd src
    60                 start nmake -i -f makefile.smp -nologo all
    61                 nmake -nologo all
     59    cd src
     60    start nmake -i -f makefile.smp -nologo all
     61    nmake -nologo all
     62
     63dep: needed_tools
     64    cd tools
     65    nmake -nologo dep
     66    cd ..\src
     67    nmake -nologo dep
    6268
    6369
Note: See TracChangeset for help on using the changeset viewer.