Changeset 2961 for trunk/src/opengl/mesa


Ignore:
Timestamp:
Mar 1, 2000, 3:50:17 PM (25 years ago)
Author:
sandervl
Message:

activated mesa gl build

Location:
trunk/src/opengl/mesa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/3dfx/makefile

    r2959 r2961  
    1 # $Id: makefile,v 1.2 2000-03-01 14:26:49 sandervl Exp $
     1# $Id: makefile,v 1.3 2000-03-01 14:50:17 sandervl Exp $
    22#
    33# PD-Win32
     
    2626TARGET = OPENGL32
    2727
    28 all: $(TARGET).DLL $(TARGET).LIB
     28all: $(TARGET).DLL
    2929
    3030OBJS =  fxapi.obj \
     
    8484
    8585clean:
    86         $(RM) *.obj *.dll *.lib *.lrf
     86        $(RM) *.obj
     87        $(RM) *.dll
     88        $(RM) *.lib
     89        $(RM) *.lrf
     90        $(RM) resource.asm
    8791        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    8892        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
  • trunk/src/opengl/mesa/makefile

    r2938 r2961  
    1 # $Id: makefile,v 1.1 2000-02-29 00:50:06 sandervl Exp $
     1# $Id: makefile,v 1.2 2000-03-01 14:50:16 sandervl Exp $
    22#
    33# PD-Win32
     
    137137
    138138clean:
    139         $(RM) *.obj *.dll *.lib *.lrf
     139        $(RM) *.obj
     140        $(RM) *.dll
     141        $(RM) *.lib
     142        $(RM) *.lrf
     143        $(RM) resource.asm
     144        $(RM) $(TARGET)exp.def
    140145        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    141146        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.