Ignore:
Timestamp:
Jun 8, 2000, 12:15:28 AM (25 years ago)
Author:
bird
Message:

Corrected CVSROOT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32env.cmd

    r3666 r3667  
    1 /* $Id: odin32env.cmd,v 1.6 2000-06-07 22:14:21 bird Exp $
     1/* $Id: odin32env.cmd,v 1.7 2000-06-07 22:15:28 bird Exp $
    22 *
    33 * Sets the build environment.
     
    1616     * In addition the CVSROOT, USER and HOME directories right below have to corrected.
    1717     */
    18     call EnvVar_Set 0, 'SET CVSROOT',   ':pserver:bird@www.netlabs.org:d:/netlabs.src/odin32'
    19     call EnvVar_Set 0, 'HOME',          'd:\knut\home'
    20     call EnvVar_Set 0, 'USER',          'bird'
     18    call EnvVar_Set 0, 'CVSROOT',   ':pserver:bird@www.netlabs.org:d:/netlabs.src/odin32'
     19    call EnvVar_Set 0, 'HOME',      'd:\knut\home'
     20    call EnvVar_Set 0, 'USER',      'bird'
    2121
    2222    /*
Note: See TracChangeset for help on using the changeset viewer.