Changeset 8149 for branches


Ignore:
Timestamp:
Mar 31, 2002, 10:09:22 PM (24 years ago)
Author:
bird
Message:

Restructuring..

Location:
branches/splittup/src/win32k
Files:
51 added
13 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/configure.cmd

    r6841 r8149  
    1 /* $Id: configure.cmd,v 1.21.2.1 2001-09-27 03:08:06 bird Exp $
     1/* $Id: configure.cmd,v 1.21.2.2 2002-03-31 20:08:45 bird Exp $
    22 *
    33 * Configuration script.
    44 * Generates makefile.inc and an empty .depend file.
    55 *
    6  * Copyright (c) 1999-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    3737                when (ch = '?' | ch = 'H' | substr(sArg, 1, 2) = '-H') then
    3838                do
    39                     say 'Odin32 Configure.cmd. $Revision: 1.21.2.1 $.'
     39                    say 'Odin32 Configure.cmd. $Revision: 1.21.2.2 $.'
    4040                    say 'syntax: Configure.cmd [-n] [-w]'
    4141                    say '  -n   Noninteractive.'
    42                     say '  -w   Don''t build Win32k.'
     42                    say '  -w   Don''t build Win32k nor kKrnlLib.'
    4343                    say '  -h   This text.'
    4444                    exit(1);
     
    6363        call lineout sIncFile, '# Generated by 'directory()'\configure.cmd'
    6464        call lineout sIncFile, '################################################################################'
    65         call lineout sIncFile, ''
    66         call lineout sIncFile, '################################################################################'
    67         call lineout sIncFile, '# BASE DIRECTORIES - Win32K'
    68         call lineout sIncFile, '# Note! These should be absolute paths!'
    69         call lineout sIncFile, '################################################################################'
    70         sWin32kBase = directory();
    71         call lineout sIncFile, 'WIN32KBASE       =' sWin32kBase;
    72         call lineout sIncFile, 'WIN32KDEV16      =' sWin32kBase'\dev16'
    73         call lineout sIncFile, 'WIN32KDEV32      =' sWin32kBase'\dev32'
    74         call lineout sIncFile, 'WIN32KELF2LX     =' sWin32kBase'\elf2lx'
    75         call lineout sIncFile, 'WIN32KINCLUDE    =' sWin32kBase'\include'
    76         call lineout sIncFile, 'KKRNLLIBINCLUDE =' sWin32kBase'\kKrnlLib\include'
    77         call lineout sIncFile, 'WIN32KK32        =' sWin32kBase'\k32'
    78         call lineout sIncFile, 'WIN32KLDR        =' sWin32kBase'\ldr'
    79         call lineout sIncFile, 'WIN32KLIB        =' sWin32kBase'\lib'
    80         call lineout sIncFile, 'WIN32KMISC       =' sWin32kBase'\misc'
    81         call lineout sIncFile, 'WIN32KPE2LX      =' sWin32kBase'\pe2lx'
    82         call lineout sIncFile, '!ifdef DEBUG'
    83         call lineout sIncFile, 'WIN32KBIN        =' sWin32kBase'\bin\debug.$(CCENV)'
    84         call lineout sIncFile, 'WIN32KLIST       =' sWin32kBase'\list\debug.$(CCENV)'
    85         call lineout sIncFile, 'WIN32KOBJ        =' sWin32kBase'\object\debug.$(CCENV)'
    86         call lineout sIncFile, '!else'
    87         call lineout sIncFile, 'WIN32KBIN        =' sWin32kBase'\bin\release.$(CCENV)'
    88         call lineout sIncFile, 'WIN32KLIST       =' sWin32kBase'\list\release.$(CCENV)'
    89         call lineout sIncFile, 'WIN32KOBJ        =' sWin32kBase'\object\release.$(CCENV)'
    90         call lineout sIncFile, '!endif'
    91         call lineout sIncFile, 'WIN32KOBJECT     = $(WIN32KOBJ)'
    92         call lineout sIncFile, ''
    93 
    94         call lineout sIncFile, '################################################################################'
    95         call lineout sIncFile, '# DDKPATH: base directory of ddk base (i.e. \DDK\BASE not \DDK for DDK v4.0+).'
     65        call lineout sIncFile, 'PATH_WIN32K      =' directory();
     66        call lineout sIncFile, 'PATH_KKRNLLIB    =' directory()'\kKrnlLib';
     67        call lineout sIncFile, ''
     68
     69        call lineout sIncFile, '################################################################################'
     70        call lineout sIncFile, '# Base directory of the DDK (i.e. \DDK\BASE not \DDK for DDK v4.0+).'
    9671        call lineout sIncFile, '################################################################################'
    9772        sDDK = SearchPaths('INCLUDE', '..\h\dhcalls.h', 'PATH', '..\h\dhcalls.h', 'BOOKSHELF', '..\base\.\h\dhcalls.h', 'Path to DDK "\BASE" directory (i.e. F:\DDK\BASE):');
    9873        sDDK = ValidatePath(sDDK, 'h\devhdr.h', 'DDK Base Path');
    99         call lineout sIncFile, 'DDKPATH          =' sDDK
     74        call lineout sIncFile, 'PATH_DDKBASE     =' sDDK
    10075        call lineout sIncFile, ''
    10176
     
    10580        sTLKT = SearchPaths('INCLUDE', '..\h\os2.h', 'PATH', '..\h\os2.h', 'BOOKSHELF', '..\h\os2.h', 'Path to OS/2 Toolkit directory:');
    10681        sTLKT = ValidatePath(sTLKT, 'h\bsememf.h', 'OS/2 Toolkit Path');
    107         call lineout sIncFile, 'TOOLKIT          =' sTLKT
     82        call lineout sIncFile, 'PATH_TOOLKIT     =' sTLKT
    10883        call lineout sIncFile, ''
    10984
     
    11792            sVA = SearchPaths('PATH', '..\bin\icc.exe', 'BOOKSHELF', '..\bin\icc.exe', 'Path to IBM VisualAge for C++ or IBM C and C++ Compilers, and set its environment you compile:');
    11893        sVA = ValidatePath(sVA, 'bin\icc.exe', 'VisualAge Path');
    119         call lineout sIncFile, 'VACPATH          =' sVA
     94        call lineout sIncFile, 'PATH_VAC          =' sVA
    12095        call lineout sIncFile, ''
    12196
     
    125100        sMSC = SearchPaths('PATH', '..\binp\c3l.exe', 'INCLUDE', '..\binp\c3l.exe','LIB', '..\binp\c3l.exe', 'Path to Microsoft C v6.0, v6.0a or v7.0 directory:');
    126101        sMSC = ValidatePath(sMSC, 'binp\cl.exe', 'Microsoft C Path');
    127         call lineout sIncFile, 'MSCPATH          =' sMSC
    128         call lineout sIncFile, ''
    129 
    130         call lineout sIncFile, '################################################################################'
    131         call lineout sIncFile, '# Grep'
    132         call lineout sIncFile, '################################################################################'
    133         sGrep = SearchPaths('PATH', 'grep.exe', 'Path to UNIX-like grep utility which supports -v.');
    134         if (sGrep <> '') then
    135             call lineout sIncFile, 'GREP             =' sGrep || '\grep.exe'
     102        call lineout sIncFile, 'PATH_MSC          =' sMSC
    136103        call lineout sIncFile, ''
    137104
    138105        call stream sIncFile, 'c', 'close';
    139 
    140         /*
    141          * Create output directories.
    142          */
    143         '@mkdir Bin > nul 2> nul'
    144         '@mkdir Bin\Release.vac3 > nul 2> nul'
    145         '@mkdir Bin\Release.vac36 > nul 2> nul'
    146         '@mkdir Bin\Debug.vac3 > nul 2> nul'
    147         '@mkdir Bin\Debug.vac36 > nul 2> nul'
    148 
    149         '@mkdir List > nul 2> nul'
    150         '@mkdir List\Release.vac3 > nul 2> nul'
    151         '@mkdir List\Release.vac36 > nul 2> nul'
    152         '@mkdir List\Debug.vac3 > nul 2> nul'
    153         '@mkdir List\Debug.vac36 > nul 2> nul'
    154 
    155         '@mkdir Object > nul 2> nul'
    156         '@mkdir Object\Debug.vac3 > nul 2> nul'
    157         '@mkdir Object\Debug.vac36 > nul 2> nul'
    158         '@mkdir Object\Release.vac3 > nul 2> nul'
    159         '@mkdir Object\Release.vac36 > nul 2> nul'
    160106
    161107        /*
  • branches/splittup/src/win32k/test/PrfTstProcess.mak

    r6404 r8149  
    1 # $Id: PrfTstProcess.mak,v 1.1 2001-07-30 00:43:19 bird Exp $
     1# $Id: PrfTstProcess.mak,v 1.1.4.1 2002-03-31 20:09:22 bird Exp $
    22
    33#
     
    2121!include ..\..\..\makefile.inc
    2222
     23LD2TARGETFLAGS = $(LD2TARGETFLAGS) /pmtype:vio
    2324
    2425#
  • branches/splittup/src/win32k/win32k.tools.mk

    r7750 r8149  
    1 # $Id: win32k.tools.mk,v 1.10.2.7 2002-01-09 00:52:37 bird Exp $
     1# $Id: win32k.tools.mk,v 1.10.2.8 2002-03-31 20:08:45 bird Exp $
    22
    33#
     
    182182
    183183{dev32}.asm{$(WIN32KOBJ)}.obj:
    184     @$(CMDQD_SUB) @$(ECHO) assembling dev32:       $(SOURCEFILE) & $(ASMCOMPILE)
     184    $(CMDQD_SUB) $(ECHO) assembling dev32:       $(SOURCEFILE) & $(ASMCOMPILE)
    185185{dev32}.asm.obj:
    186     @$(CMDQD_SUB) @$(ECHO) assembling dev32:       $(SOURCEFILE) & $(ASMCOMPILE)
     186    $(CMDQD_SUB) $(ECHO) assembling dev32:       $(SOURCEFILE) & $(ASMCOMPILE)
    187187
    188188{dev32}.c{$(WIN32KOBJ)}.obj:
  • branches/splittup/src/win32k/win32ktst.def

    r5247 r8149  
    3636    BSS32               class 'BSS'
    3737
     38    'STACK'             CLASS 'STACK'    STACK
     39
    3840IMPORTS
    3941     _DosWrite        = DOSCALL1.282
Note: See TracChangeset for help on using the changeset viewer.