Changeset 4719 for trunk/src/opengl/glu/util
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/util/makefile
r4624 r4719 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:15bird Exp $1 # $Id: makefile,v 1.6 2000-12-02 23:59:06 bird Exp $ 2 2 3 3 # … … 6 6 # glu/util makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\..\tools\bin17 8 18 9 … … 27 18 # Compiler, tools, and interference rules. 28 19 # 29 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../makefile.inc 30 21 31 22 … … 35 26 CINCLUDES = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL 36 27 CDEFINES = $(CDEFINES) -DNDEBUG 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 37 29 CFLAGS = $(CFLAGS) -Tdp 38 30 CXXFLAGS = $(CXXFLAGS) -Tdp 39 ! ifdef WAT31 !else 40 32 !error "Compiler not supported yet!" 41 33 !endif … … 63 55 # Includes the common rules. 64 56 # 65 !include $( PDWIN32_INCLUDE)/pdwin32.post57 !include $(ODIN32_POST_INC) 66 58 67 59
Note:
See TracChangeset
for help on using the changeset viewer.