Changeset 13310
- Timestamp:
- Feb 10, 2000, 2:24:34 AM (25 years ago)
- 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: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 -
TabularUnified tags/trunk/src/opengl/makefile ¶
r13296 r13310 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 -
TabularUnified tags/trunk/src/tapi32/makefile ¶
r13292 r13310 1 # $Id: makefile,v 1.1 2 2000-02-09 23:47:03bird Exp $1 # $Id: makefile,v 1.13 2000-02-10 01:23:30 bird Exp $ 2 2 3 3 # … … 63 63 clean: 64 64 $(RM) *.obj *.lib *.dll *.map *.pch \ 65 $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib 65 $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \ 66 66 resource.asm $(TARGET)exp.def 67 67 -
TabularUnified tags/trunk/src/wininet/makefile ¶
r13292 r13310 1 # $Id: makefile,v 1. 5 2000-02-09 23:47:05bird Exp $1 # $Id: makefile,v 1.6 2000-02-10 01:24:34 bird Exp $ 2 2 3 3 # … … 61 61 62 62 clean: 63 $(RM) *.obj *.lib *.dll *exp.def *.map *.pch 63 $(RM) *.obj *.lib *.dll *exp.def *.map *.pch \ 64 64 $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib \ 65 65 resource.asm $(TARGET)exp.def
Note:
See TracChangeset
for help on using the changeset viewer.