Changeset 4287 for trunk/src/win32k


Ignore:
Timestamp:
Sep 21, 2000, 1:16:42 PM (25 years ago)
Author:
bird
Message:

Corrected cleanrule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/makefile

    r4164 r4287  
    11##############################################################################
    2 # $Id: makefile,v 1.21 2000-09-02 21:08:16 bird Exp $
     2# $Id: makefile,v 1.22 2000-09-21 11:16:42 bird Exp $
    33#
    44# PD-Win32 API
     
    1111# Include
    1212##############################################################################
     13NOCLEAN=1
    1314EXETARGET=1
    1415!include ..\makefile.inc
     
    134135# Cleanup
    135136##############################################################################
    136 #clean2:
    137 #    @$(RM) $(OBJS) $(TARGET).exe $(WIN32KLIST)\$(TARGET).map *.pch
    138 
     137clean:
     138    @$(RM) $(OBJDIR)\*.$(OBJEXT) $(WIN32KBIN)\$(TARGET).exe \
     139        $(WIN32KBIN)\$(TARGET).lnk $(WIN32KBIN)\$(TARGET).map
    139140
    140141
Note: See TracChangeset for help on using the changeset viewer.