- Timestamp:
- Apr 29, 2002, 1:12:55 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/Makefile
r8265 r8306 1 # $Id: Makefile,v 1.2 7 2002-04-15 23:13:26bird Exp $1 # $Id: Makefile,v 1.28 2002-04-29 11:12:55 bird Exp $ 2 2 3 3 # … … 16 16 17 17 # 18 # kLib overrides variables. 19 # 20 !if [SET KLIB_INC=$(MAKEDIR)\kLibR3.inc] 21 !endif 22 23 24 # 18 25 # Config. 19 26 # 20 27 TARGET_MODE = EMPTY 21 28 TARGET_NAME = kKrnlLib_empty 29 !if [$(TOOL_EXISTS) kLib\Makefile] == 0 30 SUBDIRS = kLib tools include 31 !else 22 32 SUBDIRS = tools include 33 !endif 23 34 PREMAKEFILES= kKrnlLib.mak kKrnlLibR3Tst.mak 24 35 BUILD_OWN_TESTCASE_RULE = 1
Note:
See TracChangeset
for help on using the changeset viewer.