Changeset 2959 for trunk/src/opengl/mesa
- Timestamp:
- Mar 1, 2000, 3:26:49 PM (25 years ago)
- Location:
- trunk/src/opengl/mesa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/3dfx/makefile
r2938 r2959 1 # $Id: makefile,v 1. 1 2000-02-29 00:46:20sandervl Exp $1 # $Id: makefile,v 1.2 2000-03-01 14:26:49 sandervl Exp $ 2 2 # 3 3 # PD-Win32 … … 56 56 $(TARGET).DLL: $(OBJS) $(TARGET).lrf $(TARGET).def 57 57 -ILINK /FREE /NOE $(L) @$(TARGET).lrf 58 $(CP) $@ $(PDWIN32_BIN) 58 $(CP) $@ $(PDWIN32_BIN)\Glide 59 59 60 60 $(TARGET).lrf: makefile … … 71 71 $(TARGET).def 72 72 <<keep 73 74 $(TARGET).lib: $(TARGET)exp.def75 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def76 $(CP) $@ $(PDWIN32_LIB)77 78 $(TARGET)exp.def: $(TARGET).def79 $(IMPDEF) $** $@80 73 81 74 resource.asm: fxmesa32.rc -
trunk/src/opengl/mesa/GL/gl.h
r2945 r2959 1 /* $Id: gl.h,v 1. 2 2000-02-29 13:56:52sandervl Exp $ */1 /* $Id: gl.h,v 1.3 2000-03-01 14:26:49 sandervl Exp $ */ 2 2 3 3 /* … … 99 99 typedef void *HDC; 100 100 typedef unsigned long COLORREF; 101 #endif102 103 #if defined(_WIN32) && !defined(_WINGDI_) && !defined(OPENSTEP)104 # define WGL_FONT_LINES 0105 # define WGL_FONT_POLYGONS 1106 # ifdef UNICODE107 # define wglUseFontBitmaps wglUseFontBitmapsW108 # define wglUseFontOutlines wglUseFontOutlinesW109 # else110 # define wglUseFontBitmaps wglUseFontBitmapsA111 # define wglUseFontOutlines wglUseFontOutlinesA112 # 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>117 101 #endif 118 102
Note:
See TracChangeset
for help on using the changeset viewer.