Subj : src/syncterm/DarwinWrappers.h DarwinWrappers.msrc/build/Common.gmake s To : Git commit to main/sbbs/master From : Deucе Date : Sun Mar 17 2024 09:50 pm https://gitlab.synchro.net/main/sbbs/-/commit/7b2f71f10b0e9af540095c7d Added Files: src/syncterm/DarwinWrappers.h DarwinWrappers.m Modified Files: src/build/Common.gmake src/syncterm/GNUmakefile syncterm.c Log Message: Add Objective-C wrappers file for Darwin. The native OS calls are ObjC, and the C/C++ APIs are being deprecated, so we need something along these lines. For now, I'm just moving the path "stuff" in there since that's the bulk of the deprecation warnings in building SyncTERM. .