Go to file
2020-04-16 23:50:30 -05:00
.vs [nostalgia] Add launch.vs.json 2020-02-16 14:18:22 -06:00
cmake/modules [nostalgia] Get building with Conan 2019-12-30 22:51:35 -06:00
deps [ox/fs] Make FileAddress model use builtin union support 2020-04-16 23:34:08 -05:00
devenv [nostalgia/devenv] Remove dependency on external devenv Docker image 2018-04-13 18:32:25 -05:00
sample_project [nostalgia/sample_project] Update for new FileAddress 2020-04-16 23:34:45 -05:00
scripts [nostalgia] Cleanup setup-build 2020-01-24 18:56:13 -06:00
src [nostalgia/world] Fix sign conversion 2020-04-16 23:50:30 -05:00
.gdblogger.json [nostalgia] Switch to strong int Error 2019-07-28 00:32:42 -05:00
.gitignore [nostalgia] Add conanbuild to .gitignore 2020-01-25 00:34:40 -06:00
.liccor.yml [nostalgia] Update liccor for 2020 2020-02-16 14:16:16 -06:00
CMakeLists.txt [nostalgia] Make ox headers system headers 2020-04-16 23:37:35 -05:00
conanfile.py [nostalgia] Update JsonCpp in conanfile 2020-04-08 03:55:52 -05:00
developer-handbook.md [nostalgia] Add section to Developer Handbook about mixing C and C++ 2020-01-24 18:55:29 -06:00
Dockerfile [nostalgia] Upgrade devenv to Fedora 30 2019-07-17 21:27:34 -05:00
Jenkinsfile [nostalgia] Add profile setting to libstdc++11 in Jenkinsfile 2020-04-09 23:39:24 -05:00
LICENSE Initial commit. 2016-03-15 00:14:56 -05:00
Makefile [nostalgia] Add build missing option to conan invocation 2020-01-25 00:37:55 -06:00
README.md [nostalgia] Update README 2020-04-11 03:07:52 -05:00

Nostalgia

Setup

Linux

Make sure conan is using the C++11 version of libstdc++.

conan profile update settings.compiler.libcxx=libstdc++11 default

macOS

Install and use gmake instead of the make that comes with the system.

Build

Build options: release, debug, gba, gba-debug

make purge conan configure-{gba,release,debug} install