Changeset 4797 for trunk/src


Ignore:
Timestamp:
Dec 15, 2000, 4:04:05 PM (25 years ago)
Author:
bird
Message:

Removed debug displays.

File:
1 edited

Legend:

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

    r4793 r4797  
    1 /* $Id: configure.cmd,v 1.14 2000-12-12 19:09:48 bird Exp $
     1/* $Id: configure.cmd,v 1.15 2000-12-15 15:04:05 bird Exp $
    22 *
    33 * Configuration script.
     
    164164        sEnv  = arg(i-1);
    165165        sFile = arg(i);
    166         say i':' sEnv '-' sFile;
     166        /* say i':' sEnv '-' sFile; */
    167167        sPath = SysSearchPath(sEnv, sFile);
    168         say 'SysSearchPath('sEnv',' sFile') ->' sPath;
     168        /* say 'SysSearchPath('sEnv',' sFile') ->' sPath; */
    169169        if (sPath <> '') then
    170170           leave;
Note: See TracChangeset for help on using the changeset viewer.