mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
finally fix gcc building fully
This commit is contained in:
parent
c90243e4ee
commit
7917e6bed3
12 changed files with 60 additions and 13 deletions
|
|
@ -57,6 +57,11 @@ SOURCES += [
|
|||
'ImageUtils.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['GNU_CC'] and CONFIG['CPU_ARCH'] == 'x86' and CONFIG['OS_ARCH'] == 'WINNT':
|
||||
SOURCES += [
|
||||
'WebGLContext_mingw_compat.cpp',
|
||||
]
|
||||
|
||||
# WebGL Sources
|
||||
UNIFIED_SOURCES += [
|
||||
'TexUnpackBlob.cpp',
|
||||
|
|
@ -79,7 +84,6 @@ UNIFIED_SOURCES += [
|
|||
'WebGL2ContextVertices.cpp',
|
||||
'WebGLActiveInfo.cpp',
|
||||
'WebGLBuffer.cpp',
|
||||
'WebGLContext.cpp',
|
||||
'WebGLContextBuffers.cpp',
|
||||
'WebGLContextDraw.cpp',
|
||||
'WebGLContextExtensions.cpp',
|
||||
|
|
@ -151,6 +155,7 @@ UNIFIED_SOURCES += [
|
|||
|
||||
SOURCES += [
|
||||
'MurmurHash3.cpp',
|
||||
'WebGLContext.cpp',
|
||||
]
|
||||
|
||||
# Suppress warnings from third-party code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue