Ignore:
Timestamp:
Feb 29, 2000, 2:56:52 PM (26 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

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

    r2709 r2945  
    1 # $Id: Makefile,v 1.6 2000-02-09 23:40:52 bird Exp $
     1# $Id: Makefile,v 1.7 2000-02-29 13:56:51 sandervl Exp $
    22
    33#
     
    2424!endif
    2525
    26 CFLAGS = -Tdp -I..\mesa -I..\glu $(CFLAGS) -I$(PDWIN32_INCLUDE)
    27 CXXFLAGS = -Tdp -I..\mesa -I..\glu $(CXXFLAGS) -I$(PDWIN32_INCLUDE)
     26CFLAGS = -Tdp -I..\mesa\GL -I..\glu $(CFLAGS) -I$(PDWIN32_INCLUDE) -I..\mesa
     27CXXFLAGS = -Tdp -I..\mesa\GL -I..\glu $(CXXFLAGS) -I$(PDWIN32_INCLUDE) -I..\mesa
    2828
    2929TARGET=GLUT32
     
    7979
    8080dep:
    81     $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
     81    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win -I..\mesa\GL \
    8282        *.c *.cpp *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    8383
Note: See TracChangeset for help on using the changeset viewer.