1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023124: Porting products samples on OCCT 6.5.3

Removed redundant scripts from samples/qt/Common and samples/qt/Interface folders
Fixed Linux scripts for Tutorial and ImportExport samples
This commit is contained in:
bugmaster
2012-04-30 14:12:13 +04:00
parent eb7e2b6782
commit 9220e7851a
9 changed files with 4 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -e "${aSamplePath}/custom.sh" ]; then source "${aSamplePath}/env.sh"; fi
if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh"; fi
cd $aSamplePath
host=`uname -s`