mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|