Changeset 4775 for trunk/src


Ignore:
Timestamp:
Dec 11, 2000, 7:27:11 AM (25 years ago)
Author:
bird
Message:

Updated with new files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/win32k.vpj

    r4164 r4775  
    11[COMPILER]
    2 MACRO=odin32_maketagfile();\n
    3 FILTEREXPANSION=1 1 1 1 0 0 1 1 1 0 0 0 0 1
    4 compile=concur|capture|clear|:Compile:&Compile,nmake %n.obj
     2MACRO=odin32_setcurrentdir();\nodin32_maketagfile();\n
     3FILTEREXPANSION=0 0 0 0 0 0 0 0 0 0 0 0 0 0
     4compile=concur|capture|clear|:Compile:&Compile,nmake -f win32k.mak .\bin\debug\%n.obj
    55make=concur|capture|clear|:Build:&Build,nmake
    6 rebuild=concur|capture|clear|:Rebuild:&Rebuild,nmake /A
     6rebuild=concur|capture|clear|:Rebuild:&Rebuild,nmake -a
    77debug=:Debug:&Debug,
    88execute=:Execute:E&xecute,
     
    2222Check.cmd
    2323Check.mk
     24clfix.c
    2425configure.cmd
     26dump
    2527fastdep.c
    2628history.txt
    2729libconv.c
     30makedesc.cmd
    2831Makefile
    2932Makefile.inc
    3033win32k.def
     34win32k.mak
     35win32k.tools.mk
    3136win32k.txt
     37Win32knew.def
    3238win32ktst.def
    33 ..\..\include\win\peexe.h
    3439dev16\d16globl.c
    3540dev16\d16init.c
    3641dev16\d16strat.c
     42dev16\extract.c
     43dev16\mkcalltab.c
    3744dev16\probkrnl.c
    3845dev16\SymDB.c
     
    4956elf2lx\elfdumper.cpp
    5057elf2lx\makefile
    51 include\errors.h
    52 include\OS2KSEC.h
    5358include\asmutils.h
    5459include\avl.h
     
    5863include\dev32.h
    5964include\dev32hlp.h
    60 include\devSegDf.inc
     65include\devSegDf.h
     66include\devsegdf.inc
    6167include\elf.h
    6268include\elf2lx.h
    6369include\env.h
     70include\errors.h
    6471include\k32.h
    6572include\ldr.h
     
    7380include\omf.h
    7481include\options.h
     82include\options.inc
    7583include\OS2KIO.h
    7684include\OS2KPTDA.h
    7785include\OS2Krnl.h
    7886include\OS2Krnl.inc
     87include\OS2KSEC.h
    7988include\OS2KSEM.h
    8089include\OS2KTCB.h
     
    8392include\pe2lx.h
    8493include\probkrnl.h
     94include\ptda.h
    8595include\rmalloc.h
    8696include\smalloc.h
     
    91101include\vprintf.h
    92102include\vprntf16.h
    93 include\Win32k.h
    94103include\yield.h
    95104k32\k32AllocMemEx.cpp
    96 ldr\calltab.asm
     105k32\k32ProcessReadWrite.cpp
     106k32\k32QueryOptionsStatus.cpp
     107k32\k32QueryOTEs.cpp
     108k32\k32SetOptions.cpp
     109ldr\calltaba.asm
    97110ldr\ldr.cpp
    98111ldr\ModuleBase.cpp
     112ldr\myldrCheckInternalName.cpp
    99113ldr\myldrClose.cpp
    100114ldr\myldrEnum32bitRelRecs.cpp
     115ldr\myldrFindModule.cpp
     116ldr\myldrGetFileName.asm
    101117ldr\myldrOpen.cpp
    102118ldr\myldrOpenPath.cpp
     119ldr\myldrOpenPatha.asm
    103120ldr\myLDRQAppType.cpp
    104121ldr\myldrRead.cpp
     122ldr\myldrSetVMflags.cpp
    105123ldr\mytkExecPgm.asm
    106124ldr\mytkStartProcess.asm
     
    111129lib\libTerm.c
    112130lib\libTest.c
     131lib\libW32kProcessReadWrite.c
     132lib\libW32kQueryOTEs.c
     133lib\libWin32kInstalled.c
     134lib\libWin32kQueryOptionsStatus.c
     135lib\libWin32kSetOptions.c
    113136lib\makefile
     137misc\abort.c
    114138misc\asmutils.asm
    115139misc\avl.c
     
    125149misc\OS2KPTDA.c
    126150misc\OS2KTCB.c
     151misc\ptda.c
    127152misc\rmalloc.c
    128153misc\rmalloc_avl.c
     
    132157misc\vsprintf.c
    133158misc\yield.c
     159mmf\mmf.cpp
    134160pe2lx\makefile
    135161pe2lx\pe2lx.cpp
     
    139165rexx\kRxa.asm
    140166rexx\makefile
     167rexx\tst.cmd
    141168test\dh.asm
    142169test\dos.c
     
    145172test\fakea.asm
    146173test\init.asm
     174test\TestKernels.cmd
     175test\TstProcessReadWrite.c
    147176test\win32ktst.c
     177utils\makefile
     178utils\Win32kCC.c
     179utils\Win32kCC.dlg
     180utils\Win32kCC.h
     181utils\Win32kCC.rc
    148182[ASSOCIATION]
     183[STATE]
     184
     185
Note: See TracChangeset for help on using the changeset viewer.