- Timestamp:
- Sep 8, 2000, 5:20:09 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/Makefile
r4218 r4220 1 1 ################################################################################ 2 # $Id: Makefile,v 1.4 6 2000-09-08 14:49:22bird Exp $2 # $Id: Makefile,v 1.47 2000-09-08 15:20:09 bird Exp $ 3 3 # 4 4 # Win32k makefile. … … 37 37 # COMPILER/LINKER/ASSEMBLER 38 38 ################################################################################ 39 CC16 = $(MSCPATH)\binp\cl39 CC16 = fhfix.exe $(MSCPATH)\binp\cl.exe 40 40 CC = icc 41 41 !if "$(CCENV)" == "VAC36" … … 308 308 all: pe2lx.exe 309 309 !else 310 all: $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe310 all: fhfix.exe $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe 311 311 !endif 312 312 … … 428 428 429 429 ################################################################################ 430 # fhfix.exe rule. 431 ################################################################################ 432 fhfix.exe: 433 icc $(@B).c 434 435 436 ################################################################################ 430 437 # extract.exe rule. 431 438 ################################################################################ … … 438 445 {dev16}.c.obj_e: 439 446 @$(ECHO) compiling 16bit (extract): $< 440 @$(CC16) -c -W3 -Asfw -G2s -Zp -Zl -nologo -Fo$@ -Fa -Zi -Od -Lp -DDEBUG -DEXTRACT \447 $(CC16) -c -W3 -Asfw -G2s -Zp -Zl -nologo -Fo$@ -Fa -Zi -Od -Lp -DDEBUG -DEXTRACT \ 441 448 -Fa$(WIN32KLIST)\$(*B)_e.s -Fo$(WIN32KOBJ)\$(@B).obj_e $(CINCLUDES16) $< 442 449
Note:
See TracChangeset
for help on using the changeset viewer.