Changeset 13539


Ignore:
Timestamp:
Mar 1, 2000, 3:26:49 PM (25 years ago)
Author:
sandervl
Message:

fixes build problems

Location:
tags/trunk/src/opengl
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/opengl/glide/cvg/glide/makefile

    r13468 r13539  
    1 # $Id: makefile,v 1.1 2000-02-25 00:37:43 sandervl Exp $
     1# $Id: makefile,v 1.2 2000-03-01 14:26:49 sandervl Exp $
    22#
    33# PD-Win32 API
     
    1818CINCLUDE=-I..\incsrc;..\..\swlibs\fxmisc;..\init\initvg;..\init;..\texus;..\..\swlibs\pcilib;$(PDWIN32_INCLUDE)
    1919
    20 CFLAGS = $(CFLAGS) $(CINCLUDE)
    21 CXXFLAGS = $(CXXFLAGS) $(CINCLUDE)
     20CFLAGS = $(CFLAGS) $(CINCLUDE) /Os-
     21CXXFLAGS = $(CXXFLAGS) $(CINCLUDE) /Os-
    2222
    2323OBJS =  CPUDTECT.OBJ    DDGUMP.OBJ      DIGLIDE.OBJ     DIGUTEX.OBJ     DISST.OBJ \
  • TabularUnified tags/trunk/src/opengl/glide/cvg/makefile

    r13514 r13539  
    1 # $Id: makefile,v 1.4 2000-02-27 19:10:01 sandervl Exp $
     1# $Id: makefile,v 1.5 2000-03-01 14:26:49 sandervl Exp $
    22#
    33# PD-Win32 API
     
    3030    cd ..\swlibs\pcilib
    3131    $(MAKE_CMD)
    32     cd ..\..\sst1
     32    cd ..\..\cvg
    3333
    3434init\init.lib:
  • TabularUnified tags/trunk/src/opengl/makefile

    r13471 r13539  
    1 # $Id: makefile,v 1.11 2000-02-25 00:57:10 sandervl Exp $
     1# $Id: makefile,v 1.12 2000-03-01 14:26:49 sandervl Exp $
    22#
    33# PD-Win32 API
     
    1515
    1616
    17 !ifdef DEBUG
    18 !ifdef NODEBUGINFO
    19 MAKE_CMD=nmake DEBUG=1 NODEBUGINFO=1
    20 !else
    21 MAKE_CMD=nmake DEBUG=1
    22 !endif
    23 !else
     17#SvL: Only build the release version of glide, mesa & glu(t)
     18#     There's no need for debug (even without dbg info) builds in the daily build archive
    2419MAKE_CMD=nmake
    25 !endif
    2620
    2721CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE)
  • TabularUnified tags/trunk/src/opengl/mesa/3dfx/makefile

    r13518 r13539  
    1 # $Id: makefile,v 1.1 2000-02-29 00:46:20 sandervl Exp $
     1# $Id: makefile,v 1.2 2000-03-01 14:26:49 sandervl Exp $
    22#
    33# PD-Win32
     
    5656$(TARGET).DLL: $(OBJS) $(TARGET).lrf $(TARGET).def
    5757    -ILINK /FREE /NOE $(L) @$(TARGET).lrf
    58     $(CP) $@ $(PDWIN32_BIN)
     58    $(CP) $@ $(PDWIN32_BIN)\Glide
    5959
    6060$(TARGET).lrf: makefile
     
    7171$(TARGET).def
    7272<<keep
    73 
    74 $(TARGET).lib: $(TARGET)exp.def
    75         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    76         $(CP) $@ $(PDWIN32_LIB)
    77 
    78 $(TARGET)exp.def: $(TARGET).def
    79         $(IMPDEF) $** $@
    8073
    8174resource.asm: fxmesa32.rc
  • TabularUnified tags/trunk/src/opengl/mesa/GL/gl.h

    r13525 r13539  
    1 /* $Id: gl.h,v 1.2 2000-02-29 13:56:52 sandervl Exp $ */
     1/* $Id: gl.h,v 1.3 2000-03-01 14:26:49 sandervl Exp $ */
    22
    33/*
     
    9999typedef void *HDC;
    100100typedef unsigned long COLORREF;
    101 #endif
    102 
    103 #if defined(_WIN32) && !defined(_WINGDI_) && !defined(OPENSTEP)
    104 #       define WGL_FONT_LINES      0
    105 #       define WGL_FONT_POLYGONS   1
    106 #       ifdef UNICODE
    107 #               define wglUseFontBitmaps  wglUseFontBitmapsW
    108 #               define wglUseFontOutlines  wglUseFontOutlinesW
    109 #       else
    110 #               define wglUseFontBitmaps  wglUseFontBitmapsA
    111 #               define wglUseFontOutlines  wglUseFontOutlinesA
    112 #       endif /* !UNICODE */
    113 typedef struct tagLAYERPLANEDESCRIPTOR LAYERPLANEDESCRIPTOR, *PLAYERPLANEDESCRIPTOR, *LPLAYERPLANEDESCRIPTOR;
    114 typedef struct _GLYPHMETRICSFLOAT GLYPHMETRICSFLOAT, *PGLYPHMETRICSFLOAT, *LPGLYPHMETRICSFLOAT;
    115 typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR, *PPIXELFORMATDESCRIPTOR, *LPPIXELFORMATDESCRIPTOR;
    116 #include <gl/mesa_wgl.h>
    117101#endif
    118102
Note: See TracChangeset for help on using the changeset viewer.