From a4de11ace12e19bf22f843ff62d182523a764aaf Mon Sep 17 00:00:00 2001 From: Brian Lamb Date: Thu, 10 Sep 2015 12:42:39 -0700 Subject: [PATCH] Add missed ANGLE to release mode include path in OpenGLES project --- build/OpenGLES/OpenGLES.Windows/OpenGLES.Windows.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/OpenGLES/OpenGLES.Windows/OpenGLES.Windows.vcxproj b/build/OpenGLES/OpenGLES.Windows/OpenGLES.Windows.vcxproj index 456ff3a828..8eb4f49d82 100644 --- a/build/OpenGLES/OpenGLES.Windows/OpenGLES.Windows.vcxproj +++ b/build/OpenGLES/OpenGLES.Windows/OpenGLES.Windows.vcxproj @@ -205,7 +205,7 @@ COPY /Y "$(angle-BinPath)\libGLESv2.dll" "$(OutDir)libGLESv2.dll" - $(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include + $(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include;$(angle-BinPath)\..\..\..\include -DSTARBOARD_PORT=1 -DEAGL_IMPEXP=__declspec(dllexport) %(AdditionalOptions) MultiThreadedDLL true @@ -271,7 +271,7 @@ COPY /Y "$(angle-BinPath)\libGLESv2.dll" "$(OutDir)libGLESv2.dll" - $(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include + $(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include;$(angle-BinPath)\..\..\..\include -DSTARBOARD_PORT=1 -DEAGL_IMPEXP=__declspec(dllexport) %(AdditionalOptions) MultiThreadedDLL true @@ -337,7 +337,7 @@ COPY /Y "$(angle-BinPath)\libGLESv2.dll" "$(OutDir)libGLESv2.dll" - $(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include + $(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include;$(angle-BinPath)\..\..\..\include -DSTARBOARD_PORT=1 -DEAGL_IMPEXP=__declspec(dllexport) %(AdditionalOptions) MultiThreadedDLL true