Changeset 4292 for trunk/src


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

New fix for the 16-bit C compiler (M$C 6.0a).

Location:
trunk/src/win32k
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r4291 r4292  
    11################################################################################
    2 # $Id: Makefile,v 1.50 2000-09-21 12:05:56 bird Exp $
     2# $Id: Makefile,v 1.51 2000-09-21 15:37:04 bird Exp $
    33#
    44# Win32k makefile.
     
    3737# COMPILER/LINKER/ASSEMBLER
    3838################################################################################
    39 CC16        = fhfix.exe $(MSCPATH)\binp\cl.exe
     39CC16        = clfix.exe $(MSCPATH)\binp\cl.exe
    4040CC          = icc
    4141!if "$(CCENV)" == "VAC36"
     
    308308all: pe2lx.exe
    309309!else
    310 all: fhfix.exe $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe
     310all: clfix.exe $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe
    311311!endif
    312312
     
    426426
    427427################################################################################
    428 # fhfix.exe rule.
    429 ################################################################################
    430 fhfix.exe:
    431     icc $(@B).c
     428# clfix.exe rule.
     429################################################################################
     430clfix.exe: $(@B).c
     431    $(CC) $(@B).c
    432432
    433433
Note: See TracChangeset for help on using the changeset viewer.