Changeset 2716 for trunk/src


Ignore:
Timestamp:
Feb 10, 2000, 1:22:07 AM (26 years ago)
Author:
bird
Message:

lib rule and subrules corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/makefile

    r2712 r2716  
    1 # $Id: makefile,v 1.7 2000-02-09 23:47:01 bird Exp $
     1# $Id: makefile,v 1.8 2000-02-10 00:22:07 bird Exp $
    22#
    33# PD-Win32 API
     
    3131!endif
    3232
    33 TARGET1 = opengl32
    34 TARGET2 = glu\glu32
    35 TARGET3 = glut\glut32
     33TARGET1  = opengl32
     34DTARGET1 = opengl32
     35TARGET2  = glu\glu32
     36DTARGET2 = glu32
     37TARGET3  = glut\glut32
     38DTARGET3 = glut32
    3639
    3740OBJS1=  opengl32.obj initterm.obj resource.obj
     
    8487
    8588
    86 lib: $(TARGET1).lib $(PDWIN32_LIB)\$(TARGET1).lib \
    87      $(TARGET2).lib $(PDWIN32_LIB)\$(TARGET2).lib \
    88      $(TARGET3).lib $(PDWIN32_LIB)\$(TARGET3).lib
     89lib: $(TARGET1).lib $(PDWIN32_LIB)\$(DTARGET1).lib \
     90     $(TARGET2).lib $(PDWIN32_LIB)\$(DTARGET2).lib \
     91     $(TARGET3).lib $(PDWIN32_LIB)\$(DTARGET3).lib
    8992
    90 $(PDWIN32_LIB)\$(TARGET1).lib: $(TARGET1).lib
     93$(PDWIN32_LIB)\$(DTARGET1).lib: $(TARGET1).lib
    9194    $(CP) $** $@
    9295
    93 $(PDWIN32_LIB)\$(TARGET2).lib: $(TARGET2).lib
     96$(PDWIN32_LIB)\$(DTARGET2).lib: $(TARGET2).lib
    9497    $(CP) $** $@
    9598
    96 $(PDWIN32_LIB)\$(TARGET3).lib: $(TARGET3).lib
     99$(PDWIN32_LIB)\$(DTARGET3).lib: $(TARGET3).lib
    97100    $(CP) $** $@
    98101
Note: See TracChangeset for help on using the changeset viewer.