mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
remove unused and obsolete macbuild
This commit is contained in:
parent
6308c1e67b
commit
384e0acad9
3 changed files with 0 additions and 46 deletions
|
@ -1,26 +0,0 @@
|
|||
#define VERSION FLUIDSYNTH_VERSION
|
||||
|
||||
#define MACOS9
|
||||
#define MACINTOSH
|
||||
|
||||
#define HAVE_STRING_H 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STDIO_H 1
|
||||
#define HAVE_MATH_H 1
|
||||
#define HAVE_STDARG_H 1
|
||||
#define WORDS_BIGENDIAN 1
|
||||
#define HAVE_LIMITS_H 1
|
||||
#define HAVE_FCNTL_H 1
|
||||
|
||||
#undef WITH_PROFILING
|
||||
#define WITHOUT_SERVER 1
|
||||
|
||||
/**** define to use the macintosh sound manager driver*/
|
||||
#define SNDMAN_SUPPORT 1
|
||||
/**** define to use the portaudio driver */
|
||||
/* #define PORTAUDIO_SUPPORT 1 */
|
||||
|
||||
/**** define to use the MidiShare driver */
|
||||
/* #define MIDISHARE_SUPPORT 1 */
|
||||
/* #define MIDISHARE_DRIVER 1 */
|
||||
/* #define MidiSharePPC_68k */
|
|
@ -1,20 +0,0 @@
|
|||
FluidSynth MacOS9 port
|
||||
----------------------
|
||||
|
||||
Antoine Schmitt March 2003
|
||||
|
||||
1) Configuring
|
||||
As Macintosh cannot run the configure shell command, you need to do it yourself. Mainly, this consists in:
|
||||
- creating the include/fluidsynth/version.h file by hand, using the version.h.in file as a template, and defining the VERSION* defines by hand, using the values from the 'configure.ac' file.
|
||||
|
||||
Example:
|
||||
#define FLUIDSYNTH_VERSION "1.0.0"
|
||||
#define FLUIDSYNTH_VERSION_MAJOR 1
|
||||
#define FLUIDSYNTH_VERSION_MINOR 0
|
||||
#define FLUIDSYNTH_VERSION_MICRO 0
|
||||
|
||||
2) src/config_macos.h file
|
||||
In this file, you can define which audio driver to use. Only the SoundManager driver has been tested (SNDMAN_SUPPORT). You can choose the PORTAUDIO driver.
|
||||
|
||||
3) Compiler, etc..
|
||||
This project has been compiled with CodeWarrior 4.0 on MacOS9.2.2
|
Binary file not shown.
Loading…
Reference in a new issue