Dynamically allocate symbol table containers, so timing of clean up can be more easily controlled WRT memory pool cleanup.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22681 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
99a0576225
commit
a5ea9c63f7
3 changed files with 52 additions and 48 deletions
|
|
@ -1,12 +1,13 @@
|
|||
#! /bin/bash
|
||||
|
||||
rm -f StandAlone/StandAlone
|
||||
rm -f StandAlone/glsangValidator
|
||||
rm -f glslang/MachineIndependent/lib/libglslang.so
|
||||
|
||||
# build the StandAlone app and all it's dependencies
|
||||
make -C StandAlone
|
||||
|
||||
# so we can find the shared library
|
||||
LD_LIBRARY_PATH=`pwd`/glslang/MachineIndependent/lib:${LD_LIBRARY_PATH}
|
||||
LD_LIBRARY_PATH=`pwd`/glslang/MachineIndependent/lib
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
# run using test data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue