Changeset 2730 for trunk/src/opengl
- Timestamp:
- Feb 10, 2000, 2:24:34 AM (26 years ago)
- 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:50bird Exp $1 # $Id: makefile,v 1.9 2000-02-10 01:19:17 bird Exp $ 2 2 3 3 # … … 371 371 clean: 372 372 $(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 374 374 cd util 375 375 $(MAKE_CMD) clean -
trunk/src/opengl/makefile
r2716 r2730 1 # $Id: makefile,v 1. 8 2000-02-10 00:22:07bird Exp $1 # $Id: makefile,v 1.9 2000-02-10 01:21:04 bird Exp $ 2 2 # 3 3 # PD-Win32 API … … 116 116 clean: 117 117 $(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 119 119 cd glut 120 120 $(MAKE_CMD) clean
Note:
See TracChangeset
for help on using the changeset viewer.