source: trunk/src/win32k/kKrnlLib/kLibR3.mak@ 10366

Last change on this file since 10366 was 9033, checked in by bird, 23 years ago

Initial hacking.

File size: 513 bytes
Line 
1# $Id: kLibR3.mak,v 1.1 2002-08-20 04:37:16 bird Exp $
2
3#
4# kLib main file.
5#
6# Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)
7#
8
9
10#
11# Setup.
12#
13PATH_ROOT = ..\..\..
14!include $(PATH_ROOT)\makefile.inc
15!include $(PATH_ROOT)\make\setup.mak
16
17
18#
19# kLib overrides variables.
20#
21!if [SET KLIB_INC=$(MAKEDIR)\kLibR3.inc]
22!endif
23
24
25#
26# Config.
27#
28TARGET_MODE = EMPTY
29TARGET_NAME = kLibR3_empty
30MAKEFILE = kLibR3.mak
31!ifdef WITH_KLIB
32SUBDIRS = kLib\src
33!endif
34
35
36#
37# Process
38#
39!include $(MAKE_INCLUDE_PROCESS)
40
Note: See TracBrowser for help on using the repository browser.