Changeset 3001 for trunk/src/opengl/mesa


Ignore:
Timestamp:
Mar 4, 2000, 8:41:39 PM (25 years ago)
Author:
bird
Message:

NODEGUGINFO was not considered. Using LD2 and LD2FLAGS solves this.

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 sandervl Exp $
     1# $Id: makefile,v 1.5 2000-03-04 19:41:39 bird Exp $
    22#
    33# PD-Win32
     
    1313!include $(PDWIN32_INCLUDE)/pdwin32.mk
    1414
    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
     15MESADEFS= -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
     19CFLAGS   = -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
    2420CXXFLAGS = -I.. -I..\GL $(CXXFLAGS_WIN32APP) -I$(PDWIN32_INCLUDE) -I..\..\glut -I..\..\glide\cvg\glide -I..\..\glide\swlibs\fxmisc -I..\..\glide\cvg\incsrc $(MESADEFS)
    2521
     
    5652
    5753$(TARGET).DLL: $(OBJS) $(TARGET).lrf $(TARGET).def
    58     -ILINK /FREE /NOE $(L) @$(TARGET).lrf
     54    -$(LD2) $(LD2FLAGS) /FREE /NOE @$(TARGET).lrf
    5955    $(CP) $@ $(PDWIN32_BIN)\Glide
    6056
     
    7571resource.asm: fxmesa32.rc
    7672    $(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#
    7784
    7885accum.obj: ..\accum.c
     
    232239
    233240clean:
    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.