mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Fix for paths in *.vcproj files in MFC sample Fixed scripts for QT samples on Linux platform
6 lines
166 B
Bash
6 lines
166 B
Bash
#!/bin/sh
|
|
|
|
if [ -e "${aSamplePath}/custom.sh" ]; then source "${aSamplePath}/custom.sh"; fi
|
|
source $CASROOT/env.sh
|
|
export CSF_OPT_INC="${CSF_OPT_INC}${CASROOT}/inc:"
|