Changeset 3666 for trunk/tools


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

Added WarpIn to the environment.

File:
1 edited

Legend:

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

    r3618 r3666  
    1 /* $Id: odin32env.cmd,v 1.5 2000-05-27 14:26:54 bird Exp $
     1/* $Id: odin32env.cmd,v 1.6 2000-06-07 22:14:21 bird Exp $
    22 *
    33 * Sets the build environment.
     
    2424     * (The order this is done is _very_ important!)
    2525     */
     26    call WarpIn 0;
    2627    call EMX 0;
    2728    call mySQL 0;
     
    367368
    368369
     370/*
     371 * WarpIn
     372 */
     373WarpIn: procedure
     374    parse arg fRM
     375
     376    /*
     377     * Concurrent Versions System (CVS) main directory.
     378     */
     379    sWarpInMain = 'd:\knut\tools\WarpIn';
     380    call EnvVar_Set      fRM, 'sWarpInMain', sWarpInMain;
     381    call EnvVar_AddFront fRM, 'path',        sWarpInMain';'
     382    call EnvVar_AddFront fRM, 'bookshelf',   sWarpInMain';'
     383    return 0;
     384
    369385
    370386
Note: See TracChangeset for help on using the changeset viewer.