mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 06:30:40 +02:00
Minor MinGW fixes
This commit is contained in:
parent
1ffdad4939
commit
009d7f8ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ CC = mingw32-gcc
|
|||
CFLAGS = -Wall -W -pedantic
|
||||
CFLAGS += -O2 -ffast-math -mcpu=$(CPU)
|
||||
CFLAGS += -I$(TOP)/include -I../util
|
||||
CFLAGS += -DGLUT_DISABLE_ATEXIT_HACK
|
||||
CFLAGS += -DGLUT_DISABLE_ATEXIT_HACK -D_STDCALL_SUPPORTED
|
||||
CFLAGS += -D_WINDEF_ -D_WINGDI_
|
||||
|
||||
LD = mingw32-g++
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue