Changeset 3001 for trunk/src/opengl/mesa
- Timestamp:
- Mar 4, 2000, 8:41:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/3dfx/makefile
r2968 r3001 1 # $Id: makefile,v 1. 4 2000-03-02 13:25:33 sandervlExp $1 # $Id: makefile,v 1.5 2000-03-04 19:41:39 bird Exp $ 2 2 # 3 3 # PD-Win32 … … 13 13 !include $(PDWIN32_INCLUDE)/pdwin32.mk 14 14 15 !ifdef DEBUG 16 L=/CO 17 !endif 18 19 MESADEFS=-DNO_PARALLEL -DNO_STEREO -DGL_MESA_window_pos -DTHREADS \ 20 -DUSE_X86_ASM_NOT -DUSE_MMX_ASM_NOT -DUSE_3DNOW_ASM_NOT \ 21 /DFX /DFX_V2 /DFX_SILENT /DBUILD_GL32 22 23 CFLAGS = -I.. -I..\GL $(CFLAGS_WIN32APP) -I$(PDWIN32_INCLUDE) -I..\..\glut -I..\..\glide\cvg\glide -I..\..\glide\swlibs\fxmisc -I..\..\glide\cvg\incsrc $(MESADEFS) /Wcnd- /Tdp 15 MESADEFS= -DNO_PARALLEL -DNO_STEREO -DGL_MESA_window_pos -DTHREADS \ 16 -DUSE_X86_ASM_NOT -DUSE_MMX_ASM_NOT -DUSE_3DNOW_ASM_NOT \ 17 -DFX -DFX_V2 -DFX_SILENT -DBUILD_GL32 18 19 CFLAGS = -I.. -I..\GL $(CFLAGS_WIN32APP) -I$(PDWIN32_INCLUDE) -I..\..\glut -I..\..\glide\cvg\glide -I..\..\glide\swlibs\fxmisc -I..\..\glide\cvg\incsrc $(MESADEFS) /Wcnd- /Tdp 24 20 CXXFLAGS = -I.. -I..\GL $(CXXFLAGS_WIN32APP) -I$(PDWIN32_INCLUDE) -I..\..\glut -I..\..\glide\cvg\glide -I..\..\glide\swlibs\fxmisc -I..\..\glide\cvg\incsrc $(MESADEFS) 25 21 … … 56 52 57 53 $(TARGET).DLL: $(OBJS) $(TARGET).lrf $(TARGET).def 58 - ILINK /FREE /NOE $(L)@$(TARGET).lrf54 -$(LD2) $(LD2FLAGS) /FREE /NOE @$(TARGET).lrf 59 55 $(CP) $@ $(PDWIN32_BIN)\Glide 60 56 … … 75 71 resource.asm: fxmesa32.rc 76 72 $(RC) $(RCFLAGS) -o resource.asm fxmesa32.rc 73 74 # 75 # Tried to create a general interference rule for these? 76 # As long as there isn't any .c, .cpp or .asm files with matching 77 # names in the current directory thise shouldn't be any problem. 78 # For example: 79 # {..}.c.obj: 80 # $(CC) $(CFLAGS) -c $< 81 # 82 # Regards knut. 83 # 77 84 78 85 accum.obj: ..\accum.c … … 232 239 233 240 clean: 234 $(RM) *.obj 235 $(RM) *.dll 236 $(RM) *.lib 237 $(RM) *.lrf 238 $(RM) resource.asm 239 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 240 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 241 241 $(RM) *.obj *.dll *.lib *.lrf resource.asm $(PDWIN32_BIN)\$(TARGET).dll \ 242 $(PDWIN32_LIB)\$(TARGET).lib 243
Note:
See TracChangeset
for help on using the changeset viewer.