mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
genproj procedure has been extended with new parameters -solution, set to OCCT by default. Added missing HAVE_RAPIDJSON to env.sh. Added implicit file path normalization for PRODUCTS_PATH variable, to avoid genconf.tcl script malfunction on backslashed.
9 lines
208 B
Bash
Executable File
9 lines
208 B
Bash
Executable File
#!/bin/bash
|
|
# This file has been generated by genproj.tcl script from CASROOT/adm/templates/xcode.sh
|
|
|
|
export TARGET="xcd"
|
|
|
|
source ./env.sh "$1" "$TARGET"
|
|
|
|
open -a Xcode ./adm/mac/xcd/__SOLUTION__.xcworkspace
|