summaryrefslogtreecommitdiff
path: root/cscript
AgeCommit message (Collapse)Author
2021-01-07Build both osx and osx-arm64 versions in a directory called osx.Carl Hetherington
When DCP-o-matic makes its universal binary it assumes that the path to the arm64 library can be found by replacing x86_64 with arm64 in the path. This fails if we build the x86_64 version in build_osx and the arm64 version in build_osx-arm64.
2021-01-04Revert "Add -fPIC to Linux builds so the static lwext library can be linked ↵Carl Hetherington
with the dynamic libdcpomatic2.so" This reverts commit 0b38e3e62df25a89db98e101e530edf1a4316cd3.
2021-01-03New cdist/arm64 fixes.Carl Hetherington
2020-12-01Add -fPIC to Linux builds so the static lwext library can be linked with the ↵Carl Hetherington
dynamic libdcpomatic2.so
2020-04-24Build static on Linux.Carl Hetherington
2020-04-24Fix 32-bit windows build.cah
2020-03-08Hacks to allow OS X build for 32-bit.Carl Hetherington
2020-03-08Add cscript.Carl Hetherington