Changeset 4220 for trunk/src


Ignore:
Timestamp:
Sep 8, 2000, 5:20:09 PM (25 years ago)
Author:
bird
Message:

Added fhfix.exe rule and uses this to invoke $(CC16).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r4218 r4220  
    11################################################################################
    2 # $Id: Makefile,v 1.46 2000-09-08 14:49:22 bird Exp $
     2# $Id: Makefile,v 1.47 2000-09-08 15:20:09 bird Exp $
    33#
    44# Win32k makefile.
     
    3737# COMPILER/LINKER/ASSEMBLER
    3838################################################################################
    39 CC16        = $(MSCPATH)\binp\cl
     39CC16        = fhfix.exe $(MSCPATH)\binp\cl.exe
    4040CC          = icc
    4141!if "$(CCENV)" == "VAC36"
     
    308308all: pe2lx.exe
    309309!else
    310 all: $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe
     310all: fhfix.exe $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe
    311311!endif
    312312
     
    428428
    429429################################################################################
     430# fhfix.exe rule.
     431################################################################################
     432fhfix.exe:
     433    icc $(@B).c
     434
     435
     436################################################################################
    430437# extract.exe rule.
    431438################################################################################
     
    438445{dev16}.c.obj_e:
    439446    @$(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 \
    441448        -Fa$(WIN32KLIST)\$(*B)_e.s -Fo$(WIN32KOBJ)\$(@B).obj_e $(CINCLUDES16) $<
    442449
Note: See TracChangeset for help on using the changeset viewer.