Changeset 13310


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

clean fix.

Location:
tags/trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/opengl/glu/makefile

    r13289 r13310  
    1 # $Id: makefile,v 1.8 2000-02-09 23:40:50 bird Exp $
     1# $Id: makefile,v 1.9 2000-02-10 01:19:17 bird Exp $
    22
    33#
     
    371371clean:
    372372    $(RM) *.obj *.dll *.lib *.lrf *exp.def resource.asm \
    373       $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \
     373      $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib
    374374    cd util
    375375    $(MAKE_CMD) clean
  • TabularUnified tags/trunk/src/opengl/makefile

    r13296 r13310  
    1 # $Id: makefile,v 1.8 2000-02-10 00:22:07 bird Exp $
     1# $Id: makefile,v 1.9 2000-02-10 01:21:04 bird Exp $
    22#
    33# PD-Win32 API
     
    116116clean:
    117117    $(RM) *.obj *.lib *.dll *.map resource.asm *exp.def \
    118         $(RM) $(PDWIN32_BIN)\$(TARGET1).dll $(PDWIN32_LIB)\$(TARGET1).lib \
     118        $(RM) $(PDWIN32_BIN)\$(TARGET1).dll $(PDWIN32_LIB)\$(TARGET1).lib
    119119    cd glut
    120120    $(MAKE_CMD) clean
  • TabularUnified tags/trunk/src/tapi32/makefile

    r13292 r13310  
    1 # $Id: makefile,v 1.12 2000-02-09 23:47:03 bird Exp $
     1# $Id: makefile,v 1.13 2000-02-10 01:23:30 bird Exp $
    22
    33#
     
    6363clean:
    6464    $(RM) *.obj *.lib *.dll *.map *.pch \
    65         $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib
     65        $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \
    6666        resource.asm $(TARGET)exp.def
    6767
  • TabularUnified tags/trunk/src/wininet/makefile

    r13292 r13310  
    1 # $Id: makefile,v 1.5 2000-02-09 23:47:05 bird Exp $
     1# $Id: makefile,v 1.6 2000-02-10 01:24:34 bird Exp $
    22
    33#
     
    6161
    6262clean:
    63     $(RM) *.obj *.lib *.dll *exp.def *.map *.pch
     63    $(RM) *.obj *.lib *.dll *exp.def *.map *.pch \
    6464        $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \
    6565        resource.asm $(TARGET)exp.def
Note: See TracChangeset for help on using the changeset viewer.