p7zip/CPP/7zip/CMAKE/generate_xcode.sh

20 lines
289 B
Bash
Raw Permalink Normal View History

2017-10-11 12:35:36 +02:00
doit()
{
cd ..
rm -fr "P7ZIP.$1"
mkdir "P7ZIP.$1"
cd "P7ZIP.$1"
cmake -G "$2" -DCMAKE_BUILD_TYPE=Debug ../CMAKE/
#cmake -G "$2" -DCMAKE_BUILD_TYPE=Release ../CMAKE/
}
CURDIR=$PWD
cd $CURDIR
CMAKE_OSX_ARCHITECTURES=i386
export CMAKE_OSX_ARCHITECTURES
doit "Xcode" "Xcode"