Changeset 4248


Ignore:
Timestamp:
Sep 12, 2000, 11:40:15 PM (25 years ago)
Author:
bird
Message:

Recompile d16globl.c before linking to make sure that the build time and
date is correct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/win32k/Makefile

    r4222 r4248  
    11################################################################################
    2 # $Id: Makefile,v 1.48 2000-09-08 15:28:59 bird Exp $
     2# $Id: Makefile,v 1.49 2000-09-12 21:40:15 bird Exp $
    33#
    44# Win32k makefile.
     
    464464$(NAME).sys: $(WIN32KBIN)\$(NAME).sys
    465465$(WIN32KBIN)\$(NAME).sys: $(OBJS) $(LIBS) $(NAME).def $(LASTOBJ) $(LIBSINIT) makefile
     466    -@$(ECHO) recompiling d16globl to get correct build time and date:
     467    $(CC16) -c $(CFLAGS16) $(CDEFINES16) $(CINCLUDES16) -Fo$(WIN32KOBJ)\d16globl.obj \
     468        -Fa$(WIN32KLIST)\d16globl.s dev16\d16globl.c
    466469    -@$(ECHO) linking: $@
    467470    -4 $(LD) $(LFLAGS) @<<$(WIN32KOBJ)\$(@B).lnk
Note: See TracChangeset for help on using the changeset viewer.