Rework Mac port to be more Linux-like without needing to launch XCode. See
macos/README.txt for information.
This commit is contained in:
parent
34729d4844
commit
ea7f013d0d
35 changed files with 164 additions and 11762 deletions
9
src/macos.h
Normal file
9
src/macos.h
Normal 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__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue