Changeset 4719 for trunk/src/opengl/glut
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/Makefile
r4624 r4719 1 # $Id: Makefile,v 1.1 6 2000-11-19 08:58:15bird Exp $1 # $Id: Makefile,v 1.17 2000-12-02 23:58:44 bird Exp $ 2 2 3 3 # … … 6 6 # glut32.dll 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 … … 26 17 # Compiler, tools, and interference rules. 27 18 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk19 !include ../../../makefile.inc 29 20 30 21 … … 98 89 # 99 90 LIBS = \ 100 $( PDWIN32_LIB)/$(ODINCRT).lib \91 $(ODIN32_LIB)/$(ODINCRT).lib \ 101 92 $(RTLLIB_O) \ 102 $( PDWIN32_LIB)\winmm.lib \103 $( PDWIN32_LIB)\kernel32.lib \104 $( PDWIN32_LIB)\gdi32.lib \105 $( PDWIN32_LIB)\user32.lib \106 $( PDWIN32_LIB)\glu32.lib \107 $( PDWIN32_LIB)\opengl32.lib \93 $(ODIN32_LIB)/winmm.lib \ 94 $(ODIN32_LIB)/kernel32.lib \ 95 $(ODIN32_LIB)/gdi32.lib \ 96 $(ODIN32_LIB)/user32.lib \ 97 $(ODIN32_LIB)/glu32.lib \ 98 $(ODIN32_LIB)/opengl32.lib \ 108 99 os2386.lib 109 100 … … 118 109 # Includes the common rules. 119 110 # 120 !include $( PDWIN32_INCLUDE)/pdwin32.post111 !include $(ODIN32_POST_INC) 121 112 122 113 … … 126 117 mydep: 127 118 $(DEPEND) -a $(CINCLUDES) \ 128 *.c *.cpp *.asm *.inc $( PDWIN32_INCLUDE)\*.h ..\mesa\gl\*.h119 *.c *.cpp *.asm *.inc $(ODIN32_INCLUDE)\*.h ..\mesa\gl\*.h 129 120
Note:
See TracChangeset
for help on using the changeset viewer.