10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
|
#
|
||
|
# umode = executes on usermode Win9x and WinNT
|
||
|
# kmode = executes on WinNT Kernel mode only
|
||
|
# winnt = executes on usermode WinNT only
|
||
|
#
|
||
|
|
||
|
DIRS = umode \
|
||
|
kmode \
|
||
|
winnt
|