- Timestamp:
- Sep 21, 2000, 5:37:09 PM (25 years ago)
- Location:
- trunk/src/win32k
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/Makefile
r4291 r4292 1 1 ################################################################################ 2 # $Id: Makefile,v 1.5 0 2000-09-21 12:05:56bird Exp $2 # $Id: Makefile,v 1.51 2000-09-21 15:37:04 bird Exp $ 3 3 # 4 4 # Win32k makefile. … … 37 37 # COMPILER/LINKER/ASSEMBLER 38 38 ################################################################################ 39 CC16 = fhfix.exe $(MSCPATH)\binp\cl.exe39 CC16 = clfix.exe $(MSCPATH)\binp\cl.exe 40 40 CC = icc 41 41 !if "$(CCENV)" == "VAC36" … … 308 308 all: pe2lx.exe 309 309 !else 310 all: fhfix.exe $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe310 all: clfix.exe $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe 311 311 !endif 312 312 … … 426 426 427 427 ################################################################################ 428 # fhfix.exe rule.429 ################################################################################ 430 fhfix.exe: 431 icc$(@B).c428 # clfix.exe rule. 429 ################################################################################ 430 clfix.exe: $(@B).c 431 $(CC) $(@B).c 432 432 433 433
Note:
See TracChangeset
for help on using the changeset viewer.