Changeset 2907 for trunk/src


Ignore:
Timestamp:
Feb 26, 2000, 6:52:09 PM (26 years ago)
Author:
bird
Message:

Added a couple of new directory macros.

File:
1 edited

Legend:

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

    r2903 r2907  
    1 /* $Id: configure.cmd,v 1.6 2000-02-26 16:21:13 bird Exp $
     1/* $Id: configure.cmd,v 1.7 2000-02-26 17:52:09 bird Exp $
    22 *
    33 * Configuration script.
     
    4242        sWin32kBase = directory();
    4343        call lineout sIncFile, 'WIN32KBASE       =' sWin32kBase;
     44        call lineout sIncFile, 'WIN32KINCLUDE    =' sWin32kBase'\include'
     45        call lineout sIncFile, 'WIN32KLIB        =' sWin32kBase'\lib'
     46        call lineout sIncFile, 'WIN32KLIST       =' sWin32kBase'\list'
    4447        call lineout sIncFile, 'WIN32KOBJ        =' sWin32kBase'\object'
    45         call lineout sIncFile, 'WIN32KLIST       =' sWin32kBase'\list'
    4648        sPDWin32Base = substr(sWin32kBase, 1, lastpos('\', sWin32kBase, lastpos('\', sWin32kBase)-1)-1);
    4749        call lineout sIncFile, 'PDWIN32BASE      =' sPDWin32Base
Note: See TracChangeset for help on using the changeset viewer.