Changeset 4024


Ignore:
Timestamp:
Aug 17, 2000, 7:11:22 AM (25 years ago)
Author:
bird
Message:

Added SET DEBUG= to the two release rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r3470 r4024  
    1 # $Id: makefile,v 1.11 2000-05-02 11:24:52 bird Exp $
     1# $Id: makefile,v 1.12 2000-08-17 05:11:22 bird Exp $
    22
    33#
     
    6464
    6565release:        odin_libraries  needed_tools
     66    SET DEBUG=
    6667    cd src
    6768    nmake -nologo all
     
    7071
    7172releasesmp:     odin_libraries  needed_tools
     73    SET DEBUG=
    7274    cd src
    7375    start nmake -i -f makefile.smp -nologo all
Note: See TracChangeset for help on using the changeset viewer.