Ignore:
Timestamp:
Feb 6, 2003, 10:05:38 PM (23 years ago)
Author:
bird
Message:

Fixup.

Location:
trunk/tools/DailyBuild
Files:
2 edited

Legend:

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

    r8788 r9773  
    1 /* $Id: job.cmd,v 1.8 2002-06-26 22:06:57 bird Exp $
     1/* $Id: job.cmd,v 1.9 2003-02-06 21:05:37 bird Exp $
    22 *
    33 * Main job for building OS/2.
     
    5656    sLogFile = sScriptDir || '\logs\' || sDate || '.log';
    5757    sTree    = sScriptDir || '..\tree' || sDate;
     58    'mkdir 'sScriptDir||'\logs'
     59    'mkdir 'sScriptDir||'\DBBackup'
    5860
    5961    /*
  • trunk/tools/DailyBuild/odin32env.cmd

    r9766 r9773  
    1 /* $Id: odin32env.cmd,v 1.28 2003-02-06 20:46:18 bird Exp $
     1/* $Id: odin32env.cmd,v 1.29 2003-02-06 21:05:38 bird Exp $
    22 *
    33 * Sets the build environment.
    44 *
    5  * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
     5 * Copyright (c) 1999-2003 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010
     11/*
     12 * Source dir.
     13 */
     14parse source . . sSrc
     15sDir = filespec('drive', sSrc) || filespec('path', sSrc);
     16
     17/* base env */
     18sOldDir = directory();
     19call directory sSrc||'\bin';
    1120call BuildEnv 'warpin mysql perl cvs ddkbase mscv6-16 emx gcc303 vac365õ watcomc11cõ vac40õ vac308 toolkit40 debug'
     21call directory sOldDir;
     22
     23/* minor adjustments. */
    1224'Set CVSROOT=:pserver:bird@www.netlabs.org:/netlabs.cvs/odin32';
    1325'Set MULTIJOBS=1';
     
    1729exit(0);
    1830
    19 
Note: See TracChangeset for help on using the changeset viewer.