Changeset 2945 for trunk/src/opengl/glut/Makefile
- Timestamp:
- Feb 29, 2000, 2:56:52 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/opengl/glut/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/Makefile
r2709 r2945 1 # $Id: Makefile,v 1. 6 2000-02-09 23:40:52 birdExp $1 # $Id: Makefile,v 1.7 2000-02-29 13:56:51 sandervl Exp $ 2 2 3 3 # … … 24 24 !endif 25 25 26 CFLAGS = -Tdp -I..\mesa -I..\glu $(CFLAGS) -I$(PDWIN32_INCLUDE)27 CXXFLAGS = -Tdp -I..\mesa -I..\glu $(CXXFLAGS) -I$(PDWIN32_INCLUDE)26 CFLAGS = -Tdp -I..\mesa\GL -I..\glu $(CFLAGS) -I$(PDWIN32_INCLUDE) -I..\mesa 27 CXXFLAGS = -Tdp -I..\mesa\GL -I..\glu $(CXXFLAGS) -I$(PDWIN32_INCLUDE) -I..\mesa 28 28 29 29 TARGET=GLUT32 … … 79 79 80 80 dep: 81 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \81 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win -I..\mesa\GL \ 82 82 *.c *.cpp *.asm *.inc $(PDWIN32_INCLUDE)\*.h 83 83
Note:
See TracChangeset
for help on using the changeset viewer.
