Changeset 3040 for trunk/src/opengl/glut
- Timestamp:
- Mar 8, 2000, 10:07:24 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/Makefile
r3039 r3040 1 # $Id: Makefile,v 1.1 2 2000-03-08 08:55:47bird Exp $1 # $Id: Makefile,v 1.13 2000-03-08 09:07:24 bird Exp $ 2 2 3 3 # … … 120 120 # Dep rule - makes depenencies for C, C++ and Asm files. 121 121 dep: 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 124 124 125 125
Note:
See TracChangeset
for help on using the changeset viewer.