Changeset 8265
- Timestamp:
 - Apr 16, 2002, 1:14:17 AM (24 years ago)
 - Files:
 - 
      
- 3 edited
 
- 
          
  branches/splittup/src/win32k/Makefile (modified) (2 diffs)
 - 
          
  trunk/make/process.mak (modified) (2 diffs)
 - 
          
  trunk/src/win32k/kKrnlLib/Makefile (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/splittup/src/win32k/Makefile
r8212 r8265 1 # $Id: Makefile,v 1.71.2. 3 2002-04-07 22:40:36bird Exp $1 # $Id: Makefile,v 1.71.2.4 2002-04-15 23:13:25 bird Exp $ 2 2 3 3 # … … 23 23 SUBDIRS = tools include lib 24 24 PREMAKEFILES= win32k.mak win32kR3Tst.mak 25 BUILD_ NO_TESTCASE = 125 BUILD_OWN_TESTCASE_RULE = 1 26 26 27 27  - 
      
trunk/make/process.mak
r8253 r8265 1 # $Id: process.mak,v 1. 3 2002-04-13 04:39:59bird Exp $1 # $Id: process.mak,v 1.4 2002-04-15 23:14:17 bird Exp $ 2 2 3 3 # … … 465 465 # Testcases are either a testcase.mak file or a testcase subdirectory. 466 466 # ----------------------------------------------------------------------------- 467 !ifndef BUILD_ NO_TESTCASE467 !ifndef BUILD_OWN_TESTCASE_RULE 468 468 testcase: install 469 469 !if [$(TOOL_EXISTS) testcase] == 0  - 
      
trunk/src/win32k/kKrnlLib/Makefile
r8212 r8265 1 # $Id: Makefile,v 1.2 6 2002-04-07 22:40:15bird Exp $1 # $Id: Makefile,v 1.27 2002-04-15 23:13:26 bird Exp $ 2 2 3 3 # … … 22 22 SUBDIRS = tools include 23 23 PREMAKEFILES= kKrnlLib.mak kKrnlLibR3Tst.mak 24 BUILD_ NO_TESTCASE = 124 BUILD_OWN_TESTCASE_RULE = 1 25 25 26 26  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  