1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-07 14:10:17 +00:00
QB64-PE/internal/c/parts/audio/out/src
Matthew Kilgore 869e361ee4 Move QB64 compiler settings to libqb-common.h
This moves a lot of the preprocessor flags for what compiler/platform
we're using into a libqb-common.h header inside the libqb/include
folder. This gets included at the top of every libqb .cpp file, and is
intended to be fairly small, providing only necessary things like
_WIN32_WINNT (which needs to be defined before including <windows.h> or
friends).
2022-06-12 00:28:16 -04:00
..
AL (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alAuxEffectSlot.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alAuxEffectSlot.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alBuffer.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alBuffer.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
ALc.c Squash annoying message from openal on quit 2017-08-11 21:47:05 +10:00
alcConfig.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alcDedicated.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alcEcho.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alcModulator.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alcReverb.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alcRing.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alcThread.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alEffect.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alEffect.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alError.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alError.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alExtension.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alFilter.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alFilter.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alListener.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alListener.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alMain.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alsa.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alSource.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alSource.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alState.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alState.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alThunk.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alThunk.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
ALu.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
alu.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
bs2b.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
bs2b.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
config.h Move QB64 compiler settings to libqb-common.h 2022-06-12 00:28:16 -04:00
coreaudio copy.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
coreaudio.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
dsound.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
helpers.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
hrtf.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
hrtf_tables.inc (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
loopback.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mixer.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mmdevapi.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
null.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
opensl.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
oss.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
panning.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
portaudio.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
pulseaudio.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
sndio.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
solaris.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
wave.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
winmm.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00