- Timestamp:
- Dec 11, 2000, 7:27:11 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/win32k.vpj
r4164 r4775 1 1 [COMPILER] 2 MACRO=odin32_ maketagfile();\n3 FILTEREXPANSION= 1 1 1 1 0 0 1 1 1 0 0 0 0 14 compile=concur|capture|clear|:Compile:&Compile,nmake %n.obj2 MACRO=odin32_setcurrentdir();\nodin32_maketagfile();\n 3 FILTEREXPANSION=0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 compile=concur|capture|clear|:Compile:&Compile,nmake -f win32k.mak .\bin\debug\%n.obj 5 5 make=concur|capture|clear|:Build:&Build,nmake 6 rebuild=concur|capture|clear|:Rebuild:&Rebuild,nmake /A6 rebuild=concur|capture|clear|:Rebuild:&Rebuild,nmake -a 7 7 debug=:Debug:&Debug, 8 8 execute=:Execute:E&xecute, … … 22 22 Check.cmd 23 23 Check.mk 24 clfix.c 24 25 configure.cmd 26 dump 25 27 fastdep.c 26 28 history.txt 27 29 libconv.c 30 makedesc.cmd 28 31 Makefile 29 32 Makefile.inc 30 33 win32k.def 34 win32k.mak 35 win32k.tools.mk 31 36 win32k.txt 37 Win32knew.def 32 38 win32ktst.def 33 ..\..\include\win\peexe.h34 39 dev16\d16globl.c 35 40 dev16\d16init.c 36 41 dev16\d16strat.c 42 dev16\extract.c 43 dev16\mkcalltab.c 37 44 dev16\probkrnl.c 38 45 dev16\SymDB.c … … 49 56 elf2lx\elfdumper.cpp 50 57 elf2lx\makefile 51 include\errors.h52 include\OS2KSEC.h53 58 include\asmutils.h 54 59 include\avl.h … … 58 63 include\dev32.h 59 64 include\dev32hlp.h 60 include\devSegDf.inc 65 include\devSegDf.h 66 include\devsegdf.inc 61 67 include\elf.h 62 68 include\elf2lx.h 63 69 include\env.h 70 include\errors.h 64 71 include\k32.h 65 72 include\ldr.h … … 73 80 include\omf.h 74 81 include\options.h 82 include\options.inc 75 83 include\OS2KIO.h 76 84 include\OS2KPTDA.h 77 85 include\OS2Krnl.h 78 86 include\OS2Krnl.inc 87 include\OS2KSEC.h 79 88 include\OS2KSEM.h 80 89 include\OS2KTCB.h … … 83 92 include\pe2lx.h 84 93 include\probkrnl.h 94 include\ptda.h 85 95 include\rmalloc.h 86 96 include\smalloc.h … … 91 101 include\vprintf.h 92 102 include\vprntf16.h 93 include\Win32k.h94 103 include\yield.h 95 104 k32\k32AllocMemEx.cpp 96 ldr\calltab.asm 105 k32\k32ProcessReadWrite.cpp 106 k32\k32QueryOptionsStatus.cpp 107 k32\k32QueryOTEs.cpp 108 k32\k32SetOptions.cpp 109 ldr\calltaba.asm 97 110 ldr\ldr.cpp 98 111 ldr\ModuleBase.cpp 112 ldr\myldrCheckInternalName.cpp 99 113 ldr\myldrClose.cpp 100 114 ldr\myldrEnum32bitRelRecs.cpp 115 ldr\myldrFindModule.cpp 116 ldr\myldrGetFileName.asm 101 117 ldr\myldrOpen.cpp 102 118 ldr\myldrOpenPath.cpp 119 ldr\myldrOpenPatha.asm 103 120 ldr\myLDRQAppType.cpp 104 121 ldr\myldrRead.cpp 122 ldr\myldrSetVMflags.cpp 105 123 ldr\mytkExecPgm.asm 106 124 ldr\mytkStartProcess.asm … … 111 129 lib\libTerm.c 112 130 lib\libTest.c 131 lib\libW32kProcessReadWrite.c 132 lib\libW32kQueryOTEs.c 133 lib\libWin32kInstalled.c 134 lib\libWin32kQueryOptionsStatus.c 135 lib\libWin32kSetOptions.c 113 136 lib\makefile 137 misc\abort.c 114 138 misc\asmutils.asm 115 139 misc\avl.c … … 125 149 misc\OS2KPTDA.c 126 150 misc\OS2KTCB.c 151 misc\ptda.c 127 152 misc\rmalloc.c 128 153 misc\rmalloc_avl.c … … 132 157 misc\vsprintf.c 133 158 misc\yield.c 159 mmf\mmf.cpp 134 160 pe2lx\makefile 135 161 pe2lx\pe2lx.cpp … … 139 165 rexx\kRxa.asm 140 166 rexx\makefile 167 rexx\tst.cmd 141 168 test\dh.asm 142 169 test\dos.c … … 145 172 test\fakea.asm 146 173 test\init.asm 174 test\TestKernels.cmd 175 test\TstProcessReadWrite.c 147 176 test\win32ktst.c 177 utils\makefile 178 utils\Win32kCC.c 179 utils\Win32kCC.dlg 180 utils\Win32kCC.h 181 utils\Win32kCC.rc 148 182 [ASSOCIATION] 183 [STATE] 184 185
Note:
See TracChangeset
for help on using the changeset viewer.