Changeset 5229 for trunk/src


Ignore:
Timestamp:
Feb 21, 2001, 8:57:09 AM (25 years ago)
Author:
bird
Message:

Don't mess with the .depend file!

File:
1 edited

Legend:

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

    r4797 r5229  
    1 /* $Id: configure.cmd,v 1.15 2000-12-15 15:04:05 bird Exp $
     1/* $Id: configure.cmd,v 1.16 2001-02-21 07:57:09 bird Exp $
    22 *
    33 * Configuration script.
     
    2323
    2424    /* delete old target files */
    25     call SysFileDelete '.depend';
     25/* This keeps spoiling things!
     26    call SysFileDelete '.depend'; */
    2627    call SysFileDelete sIncFile;
    2728
    2829    /* create empty .depend file */
     30/* This keeps spoiling things!
    2931    call lineout '.depend', '# Run nmake dep'
    3032    call lineout '.depend'
     33*/
    3134
    3235    /* open target file */
Note: See TracChangeset for help on using the changeset viewer.