blob: ccb49a7fe9973936366b608368d51dc795c6f882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
!IF "$(STATIC_MESA)" == "1"
!ERROR lib.$(LIBBASE) : This file require STATIC_MESA be set to 0.
!ENDIF
LIBCOMMENTS=CPU-based Rendering usable as a direct replacement for system OpenGL32.DLL
!INCLUDE .\rules\lib.mesa.core
USE_CRTDLL=1
SRCALT2=.\$(MESAROOT)\src\Windows
SRCALT3=.\$(MESAROOT)\src\OSmesa
DEFFILE = res\mesa32.def
RCFILE = res\mesa32.rc
CPPOPTS = $(CPPOPTS) /DBUILD_GL32
SRCFILES = $(MESA_CORE)\
Wmesa.c wgl.c\
OSmesa.c
DLLBASE = OpenGL32
|