Skip to content

Commit

Permalink
Add missed ANGLE to release mode include path in OpenGLES project
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrlamb-ms committed Sep 10, 2015
1 parent b69eb5d commit a4de11a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/OpenGLES/OpenGLES.Windows/OpenGLES.Windows.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ COPY /Y "$(angle-BinPath)\libGLESv2.dll" "$(OutDir)libGLESv2.dll"</Command>
<ClangCompile>
<UserIncludePaths>
</UserIncludePaths>
<IncludePaths>$(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include</IncludePaths>
<IncludePaths>$(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include;$(angle-BinPath)\..\..\..\include</IncludePaths>
<AdditionalOptions>-DSTARBOARD_PORT=1 -DEAGL_IMPEXP=__declspec(dllexport) %(AdditionalOptions)</AdditionalOptions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<SystemHeaderDeps>true</SystemHeaderDeps>
Expand Down Expand Up @@ -271,7 +271,7 @@ COPY /Y "$(angle-BinPath)\libGLESv2.dll" "$(OutDir)libGLESv2.dll"</Command>
<ClangCompile>
<UserIncludePaths>
</UserIncludePaths>
<IncludePaths>$(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include</IncludePaths>
<IncludePaths>$(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include;$(angle-BinPath)\..\..\..\include</IncludePaths>
<AdditionalOptions>-DSTARBOARD_PORT=1 -DEAGL_IMPEXP=__declspec(dllexport) %(AdditionalOptions)</AdditionalOptions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<SystemHeaderDeps>true</SystemHeaderDeps>
Expand Down Expand Up @@ -337,7 +337,7 @@ COPY /Y "$(angle-BinPath)\libGLESv2.dll" "$(OutDir)libGLESv2.dll"</Command>
<ClangCompile>
<UserIncludePaths>
</UserIncludePaths>
<IncludePaths>$(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include</IncludePaths>
<IncludePaths>$(StarboardBasePath)\..\common\include;$(StarboardBasePath)\build\include;$(StarboardBasePath)\deps\prebuilt\include;$(StarboardBasePath)\Frameworks\include;$(angle-BinPath)\..\..\..\include</IncludePaths>
<AdditionalOptions>-DSTARBOARD_PORT=1 -DEAGL_IMPEXP=__declspec(dllexport) %(AdditionalOptions)</AdditionalOptions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<SystemHeaderDeps>true</SystemHeaderDeps>
Expand Down

0 comments on commit a4de11a

Please sign in to comment.