Changeset 2921 for trunk/src


Ignore:
Timestamp:
Feb 27, 2000, 3:11:44 AM (26 years ago)
Author:
bird
Message:

Now every directory has its own name macro.

File:
1 edited

Legend:

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

    r2917 r2921  
    1 /* $Id: configure.cmd,v 1.8 2000-02-26 20:21:20 bird Exp $
     1/* $Id: configure.cmd,v 1.9 2000-02-27 02:11:44 bird Exp $
    22 *
    33 * Configuration script.
     
    4242        sWin32kBase = directory();
    4343        call lineout sIncFile, 'WIN32KBASE       =' sWin32kBase;
     44        call lineout sIncFile, 'WIN32KDEV16      =' sWin32kBase'\dev16'
     45        call lineout sIncFile, 'WIN32KDEV32      =' sWin32kBase'\dev32'
     46        call lineout sIncFile, 'WIN32KELF2LX     =' sWin32kBase'\elf2lx'
    4447        call lineout sIncFile, 'WIN32KINCLUDE    =' sWin32kBase'\include'
     48        call lineout sIncFile, 'WIN32KK32        =' sWin32kBase'\k32'
     49        call lineout sIncFile, 'WIN32KLDR        =' sWin32kBase'\ldr'
    4550        call lineout sIncFile, 'WIN32KLIB        =' sWin32kBase'\lib'
    4651        call lineout sIncFile, 'WIN32KLIST       =' sWin32kBase'\list'
     52        call lineout sIncFile, 'WIN32KMISC       =' sWin32kBase'\misc'
     53        call lineout sIncFile, 'WIN32KPE2LX      =' sWin32kBase'\pe2lx'
    4754        call lineout sIncFile, 'WIN32KOBJ        =' sWin32kBase'\object'
     55        call lineout sIncFile, 'WIN32KOBJECT     = $(WIN32KOBJ)'
    4856        sPDWin32Base = substr(sWin32kBase, 1, lastpos('\', sWin32kBase, lastpos('\', sWin32kBase)-1)-1);
    4957        call lineout sIncFile, 'PDWIN32BASE      =' sPDWin32Base
Note: See TracChangeset for help on using the changeset viewer.