glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
Squashed with two reverts: Revert "android: Update for builtin_stubs.cpp move" This reverts commitc0def90ede
. Revert "scons: Update for builtin_stubs.cpp" This reverts commit8ac4b82699
. Tested-by: Andreas Boll <andreas.boll.dev@gmail.com> Tested-on-Android-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
@@ -58,7 +58,7 @@ include $(CLEAR_VARS)
|
|||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
$(LIBGLCPP_FILES) \
|
$(LIBGLCPP_FILES) \
|
||||||
$(LIBGLSL_FILES) \
|
$(LIBGLSL_FILES) \
|
||||||
$(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp \
|
$(BUILTIN_COMPILER_CXX_FILES) \
|
||||||
$(GLSL_COMPILER_CXX_FILES)
|
$(GLSL_COMPILER_CXX_FILES)
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
|
@@ -100,7 +100,7 @@ GLSL_COMPILER_CXX_FILES = \
|
|||||||
# builtin_stubs.cpp, is used.
|
# builtin_stubs.cpp, is used.
|
||||||
|
|
||||||
BUILTIN_COMPILER_CXX_FILES = \
|
BUILTIN_COMPILER_CXX_FILES = \
|
||||||
$(GLSL_SRCDIR)/builtin_stubs.cpp
|
$(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp
|
||||||
|
|
||||||
BUILTIN_COMPILER_GENERATED_CXX_FILES = \
|
BUILTIN_COMPILER_GENERATED_CXX_FILES = \
|
||||||
$(GLSL_BUILDDIR)/glsl_lexer.cpp \
|
$(GLSL_BUILDDIR)/glsl_lexer.cpp \
|
||||||
|
@@ -76,9 +76,8 @@ else:
|
|||||||
|
|
||||||
builtin_compiler = env.Program(
|
builtin_compiler = env.Program(
|
||||||
target = 'builtin_compiler/builtin_compiler',
|
target = 'builtin_compiler/builtin_compiler',
|
||||||
source = compiler_objs + glsl_sources + [
|
source = compiler_objs + glsl_sources + \
|
||||||
'builtin_compiler/builtin_stubs.cpp',
|
source_lists['BUILTIN_COMPILER_CXX_FILES'],
|
||||||
]
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# SCons builtin dependency scanner doesn't detect that glsl_lexer.ll
|
# SCons builtin dependency scanner doesn't detect that glsl_lexer.ll
|
||||||
|
Reference in New Issue
Block a user