Changeset 2999 for trunk/src


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

NODEBUGINFO were not respected. LD2 and LD2FLAGS from pdwin32k.mk are now used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/makefile

    r2996 r2999  
    1 # $Id: makefile,v 1.4 2000-03-04 19:10:17 jeroen Exp $
     1# $Id: makefile,v 1.5 2000-03-04 19:30:05 bird Exp $
    22#
    33# PD-Win32
     
    1313!include $(PDWIN32_INCLUDE)/pdwin32.mk
    1414
    15 !ifdef DEBUG
    16 L=/CO
    17 !endif
     15MESADEFS = -DNO_PARALLEL -DNO_STEREO -DGL_MESA_window_pos -DTHREADS -DDIVE \
     16           -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM_NOT
    1817
    19 MESADEFS=-DNO_PARALLEL -DNO_STEREO -DGL_MESA_window_pos -DTHREADS -DDIVE \
    20          -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM_NOT
    21 
    22 CFLAGS = -I. -IGL $(CFLAGS_WIN32APP) -I$(PDWIN32_INCLUDE) -I..\glut $(MESADEFS) /Tdp /Wcnd-
     18CFLAGS   = -I. -IGL $(CFLAGS_WIN32APP)   -I$(PDWIN32_INCLUDE) -I..\glut $(MESADEFS) /Tdp /Wcnd-
    2319CXXFLAGS = -I. -IGL $(CXXFLAGS_WIN32APP) -I$(PDWIN32_INCLUDE) -I..\glut $(MESADEFS) /Tdp /Wcnd-
    2420
     
    116112
    117113$(TARGET).DLL: $(OBJS) $(TARGET).lrf $(TARGET).def
    118     -ILINK /FREE /NOE $(L) @$(TARGET).lrf
     114    -$(LD2) /FREE $(LD2FLAGS) @$(TARGET).lrf
    119115    $(CP) $@ $(PDWIN32_BIN)
    120116
     
    134130
    135131$(TARGET).lib: $(TARGET)exp.def
    136         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    137         $(CP) $@ $(PDWIN32_LIB)
     132    $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
     133    $(CP) $@ $(PDWIN32_LIB)
    138134
    139135$(TARGET)exp.def: $(TARGET).def
    140         $(IMPDEF) $** $@
     136    $(IMPDEF) $** $@
     137
    141138
    142139dep:
     
    149146
    150147clean:
    151         $(RM) *.obj
    152         $(RM) *.dll
    153         $(RM) *.lib
    154         $(RM) *.lrf
    155         $(RM) resource.asm
    156         $(RM) $(TARGET)exp.def
    157         $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    158         $(RM) $(PDWIN32_LIB)\$(TARGET).lib
     148    $(RM) *.obj *.dll *.lib *.lrf resource.asm  $(TARGET)exp.def \
     149        $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib
    159150
Note: See TracChangeset for help on using the changeset viewer.