Rework Mac port to be more Linux-like without needing to launch XCode. See

macos/README.txt for information.
This commit is contained in:
Mark K. Kim 2017-11-27 00:56:41 -05:00
parent 34729d4844
commit ea7f013d0d
35 changed files with 164 additions and 11762 deletions

9
src/macos.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef __MACOS_H__
#define __MACOS_H__
const char* macos_fontsPath();
const char* macos_preferencesPath();
const char* macos_globalPreferencesPath();
#endif /* __MACOS_H__ */