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

activated mesa gl build

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