Changeset 3039 for trunk/src/opengl


Ignore:
Timestamp:
Mar 8, 2000, 9:55:47 AM (25 years ago)
Author:
bird
Message:

Out and Map not specified in linker file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/Makefile

    r3031 r3039  
    1 # $Id: Makefile,v 1.11 2000-03-06 23:33:11 bird Exp $
     1# $Id: Makefile,v 1.12 2000-03-08 08:55:47 bird Exp $
    22
    33#
     
    102102$(OBJDIR)\$(TARGET).lrf: makefile
    103103    @echo Creating file <<$@
     104/OUT:$(OBJDIR)\$(TARGET).dll
     105/MAP:$(OBJDIR)\$(TARGET).map
    104106$(OBJS)
    105107$(PDWIN32_LIB)\ODINCRT.LIB
Note: See TracChangeset for help on using the changeset viewer.