Changeset 3414 for trunk/src


Ignore:
Timestamp:
Apr 17, 2000, 4:32:34 AM (25 years ago)
Author:
bird
Message:

Corrected a bug. MAKEFLAGS is a environment variable. Set this to NULL
before executing the sArgs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Check.cmd

    r3067 r3414  
    1 /* $Id: Check.cmd,v 1.2 2000-03-09 20:46:35 bird Exp $
     1/* $Id: Check.cmd,v 1.3 2000-04-17 02:32:34 bird Exp $
    22 *
    33 * Dirty hack to get around the nmake feature of passing on MAKEFLAGS.
     
    66    parse arg sArgs
    77    '@echo off';
     8    '@SET MAKEFLAGS='
    89    sArgs;
    910    exit RC ;
Note: See TracChangeset for help on using the changeset viewer.