1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-25 15:05:52 +00:00
QB64-PE/internal/c/parts/audio/out
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
download/openal-soft-1.14 (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
reference (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
src Move QB64 compiler settings to libqb-common.h 2022-06-12 00:28:16 -04:00
build.mk Add basic make build system 2022-05-12 00:21:02 -04:00
log.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
src.c Format other various source files 2022-05-06 13:20:30 -04:00