Last change
on this file since 10367 was 9036, checked in by bird, 23 years ago |
New kLib structure (which doesn't mess up cvs).
|
File size:
524 bytes
|
Line | |
---|
1 | # $Id: kLibR3.inc,v 1.4 2002-08-20 04:41:59 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # kLib.mk - configuration overloader for kLib in kLibKrnl.sys.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)
|
---|
7 | #
|
---|
8 | # GPL
|
---|
9 | #
|
---|
10 |
|
---|
11 |
|
---|
12 | #
|
---|
13 | # The Win32k Makefile.inc
|
---|
14 | #
|
---|
15 | !include $(PATH_ROOT)\Makefile.inc
|
---|
16 |
|
---|
17 |
|
---|
18 | #
|
---|
19 | # Some changes are to be done.. :-)
|
---|
20 | #
|
---|
21 | ALL_INCLUDES = -I$(PATH_KKRNLLIB:\=/)/include -I$(PATH_KKRNLLIB:\=/)/kLib/include
|
---|
22 | #ALL_DEFINES =
|
---|
23 | KLIB_POSTFIX = R3
|
---|
24 | TARGET_MODE = LIB
|
---|
25 | PATH_ROOT = $(PATH_WIN32K)\..\..
|
---|
26 | !include $(PATH_ROOT)\make\setup.mak
|
---|
27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.