source: trunk/src/win32k/kKrnlLib/kLibR3.inc@ 8889

Last change on this file since 8889 was 8315, checked in by bird, 23 years ago

Changed it abit. TARGET_MODE / TARGET_PUBLIC.

File size: 514 bytes
Line 
1# $Id: kLibR3.inc,v 1.2 2002-04-29 11:43:04 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#
21ALL_INCLUDES = -I$(PATH_KKRNLLIB:\=/)/include -I$(PATH_KKRNLLIB:\=/)/include/kLib
22ALL_DEFINES = -DKKRNLLIB
23KLIB_POSTFIX = R3
24PATH_ROOT = $(PATH_WIN32K)\..\..
25!include $(PATH_ROOT)\make\setup.mak
26
27
28
Note: See TracBrowser for help on using the repository browser.