Changeset 2730 for trunk/src/opengl


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

clean fix.

Location:
trunk/src/opengl
Files:
2 edited

Legend:

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

    r2709 r2730  
    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
  • trunk/src/opengl/makefile

    r2716 r2730  
    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
Note: See TracChangeset for help on using the changeset viewer.