Changeset 3040 for trunk/src


Ignore:
Timestamp:
Mar 8, 2000, 10:07:24 AM (25 years ago)
Author:
bird
Message:

Corrected dep rule. (incorrect includes)

File:
1 edited

Legend:

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

    r3039 r3040  
    1 # $Id: Makefile,v 1.12 2000-03-08 08:55:47 bird Exp $
     1# $Id: Makefile,v 1.13 2000-03-08 09:07:24 bird Exp $
    22
    33#
     
    120120# Dep rule - makes depenencies for C, C++ and Asm files.
    121121dep:
    122     $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win -I..\mesa\GL \
    123         *.c *.cpp *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     122    $(DEPEND) -I..\mesa\GL -I..\glu -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win -I..\mesa \
     123        *.c *.cpp *.asm *.inc $(PDWIN32_INCLUDE)\*.h ..\mesa\gl\*.h
    124124
    125125
Note: See TracChangeset for help on using the changeset viewer.