Changeset 4719 for trunk/src/opengl/mesa/makefile
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/makefile
r4624 r4719 1 # $Id: makefile,v 1. 9 2000-11-19 08:58:15bird Exp $1 # $Id: makefile,v 1.10 2000-12-02 23:58:37 bird Exp $ 2 2 3 3 # … … 9 9 10 10 # 11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\include14 PDWIN32_LIB = ..\..\..\lib15 PDWIN32_BIN = ..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\tools\bin17 18 19 #20 11 # Compiler, tools, and interference rules. 21 12 # 22 !include $(PDWIN32_INCLUDE)/pdwin32.mk13 !include ../../../makefile.inc 23 14 24 15 … … 134 125 # 135 126 LIBS = \ 136 $( PDWIN32_LIB)/$(ODINCRT).lib \137 $( PDWIN32_LIB)\kernel32.lib \138 $( PDWIN32_LIB)\gdi32.lib \139 $( PDWIN32_LIB)\user32.lib \127 $(ODIN32_LIB)/$(ODINCRT).lib \ 128 $(ODIN32_LIB)\kernel32.lib \ 129 $(ODIN32_LIB)\gdi32.lib \ 130 $(ODIN32_LIB)\user32.lib \ 140 131 $(RTLLIB_O) \ 141 132 os2386.lib \ … … 152 143 # Includes the common rules. 153 144 # 154 !include $(PDWIN32_INCLUDE)/pdwin32.post 155 156 157 # 158 # Libs rule to support objectlibrary used by 3dxf. 159 # 160 libs: $(OBJDIR)\$(TARGET).lib 161 162 163 # 164 # Internal objectlibrary rule. 165 # 166 $(OBJDIR)\$(TARGET).lib: $(OBJS) 167 !if "$(VAC3)" == "1" | "$(VAC36)" == "1" 168 $(RM) $(OBJDIR)\$(TARGET) 169 $(ILIB) $(ILIBFLAGS) $@ @<< 170 $(OBJS: = &^ 171 ) 172 $(OBJDIR)\$(@B).lst 173 << 174 !else 175 ! error "Compiler is not yet supported." 176 !endif 145 !include $(ODIN32_POST_INC) 177 146 178 147
Note:
See TracChangeset
for help on using the changeset viewer.