Changeset 2729 for trunk/src


Ignore:
Timestamp:
Feb 10, 2000, 2:21:34 AM (26 years ago)
Author:
bird
Message:

clean don't removes the .depend file.

Location:
trunk/src/win32k
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r2709 r2729  
    11################################################################################
    2 # $Id: Makefile,v 1.21 2000-02-09 23:40:54 bird Exp $
     2# $Id: Makefile,v 1.22 2000-02-10 01:21:34 bird Exp $
    33#
    44# Copyright 1998-1999 knut st. osmundsen
     
    263263################################################################################
    264264clean:
    265    @$(ECHO) cleaning....
    266    @$(ECHO) #do nmake depend > .depend
    267    $(RM) $(NAME).sys *.lib *.obj *.exe *.sym *.map
    268    $(RM) $(WIN32KOBJ)\*.obj $(WIN32KOBJ)\*.pe_obj
    269    $(RM) $(WIN32KLIST)\*.s $(WIN32KLIST)\*.asm $(WIN32KLIST)\*.map \
    270    $(RM) $(WIN32KLIST)\*.lst
    271    $(RM) $(PDWIN32_BIN)\$(NAME).sys
     265    @$(ECHO) cleaning....
     266    $(RM) $(NAME).sys *.lib *.obj *.exe *.sym *.map \
     267        $(WIN32KOBJ)\*.obj $(WIN32KOBJ)\*.pe_obj \
     268        $(WIN32KLIST)\*.s $(WIN32KLIST)\*.asm $(WIN32KLIST)\*.map \
     269        $(WIN32KLIST)\*.lst \
     270        $(PDWIN32_BIN)\$(NAME).sys
    272271
    273272
     
    286285
    287286!ifndef NODEP
    288 !include .dep
    289 !endif
     287!include .depend
     288!endif
  • trunk/src/win32k/pe2lx/makefile

    r2709 r2729  
    11##############################################################################
    2 # $Id: makefile,v 1.17 2000-02-09 23:40:55 bird Exp $
     2# $Id: makefile,v 1.18 2000-02-10 01:21:34 bird Exp $
    33#
    44# PD-Win32 API
     
    129129clean:
    130130    @$(RM) $(OBJS) $(TARGET).exe $(PE2LXLIST)\$(TARGET).map *.pch
    131     @$(ECHO) #do nmake depend > .depend
    132131
    133 
    134 
Note: See TracChangeset for help on using the changeset viewer.