open_toontown_panda3d/makepanda
rdb a18edf54b7 makepanda: Changes to support build for macOS 11.0 / arm64
Besides use of --universal with --osxtarget 11, it's now also possible to create a fat build with ARM64 by using --osxtarget 10.9 --arch x86_64 --arch arm64 (it will use the 11.x SDK but target 10.9)

FMOD Ex is also being disabled when building against the 10.14 SDK or higher, because the necessary libstdc++.6.0.9.dylib is no longer being shipped.  FMOD Ex, libRocket and Cg are all disabled on ARM64 (FMOD Ex and Cg don't have the binaries available, libRocket could theoretically be built but there's no point as there won't be an ARM64 build of Python 2.7, and besides, we've deprecated it anyway).

Fixes #1062
2020-12-17 13:00:22 +01:00
..
confauto.in makepanda: enable Assimp in default Confauto.prc if built 2018-10-07 23:00:17 +02:00
config.in Clarify framebuffer-software/hardware comment in Config.prc 2019-02-19 11:50:59 +01:00
expandimports.bat Remove references to SourceForge CVS repository 2015-08-23 14:12:59 +02:00
expandimports.py Move makepanda to root 2009-03-31 11:49:27 +00:00
getversion.py makepanda: change getversion.py to take version from setup.cfg 2019-08-19 21:37:50 +02:00
installer.nsi makepanda: Don't fail building installer if models dir is empty 2020-11-21 14:19:22 +01:00
installpanda.py installpanda: add note about needing to call "sudo ldconfig" 2019-12-18 17:03:44 +01:00
makechm.bat general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
makechm.py makepanda: fix various syntax warnings in Python 3.8 2019-02-11 18:58:22 +01:00
makedocs.bat Remove references to SourceForge CVS repository 2015-08-23 14:12:59 +02:00
makedocs.py Move makepanda to root 2009-03-31 11:49:27 +00:00
makepackage.py makepanda: Fix version checks for macOS 11.0 Big Sur 2020-11-25 01:22:26 +01:00
makepanda.bat makepanda: fix makepanda.bat to look in Python 3.7 folder 2019-10-25 11:50:50 +02:00
makepanda.py makepanda: Changes to support build for macOS 11.0 / arm64 2020-12-17 13:00:22 +01:00
makepanda.sln general: Remove more unnecessary +x UNIX modes 2018-02-07 11:29:48 -07:00
makepanda.vcproj Rename CollisionTube to CollisionCapsule (bam 6.44) 2018-12-23 22:28:06 +01:00
makepandacore.py makepanda: Changes to support build for macOS 11.0 / arm64 2020-12-17 13:00:22 +01:00
makewheel.py makepanda: Preparatory changes for Big Sur / arm64 builds 2020-11-30 19:46:20 +01:00
panda-install.bmp New branding images for 1.10.0 2019-01-03 14:44:17 +01:00
panda3d.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
pview.desktop More minor linux packaging fixes 2014-12-29 15:16:33 +01:00
test_imports.py deploy-ng: Move distribution related files from direct.showtutil to direct.dist 2018-12-18 20:33:12 -08:00
test_wheel.py test_wheel: fix for Python 3.4 2020-02-22 14:43:52 +01:00