Go to file
2020-05-16 22:35:54 -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/claw] Fix TypeVersion writing 2020-05-16 22:35:54 -05:00
devenv
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] Fix Mac build 2020-05-09 18:44:37 -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] Add CMake option to disable engine build 2020-05-04 18:22:42 -05:00
conanfile.py [nostalgia] Remove conan Qt, as it is currently being ignored 2020-05-05 00:03:58 -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] Make Jenkinsfile do ASAN builds 2020-05-16 17:16:17 -05:00
LICENSE
Makefile [nostalgia] Make test run build in Makefile 2020-05-04 18:21:48 -05: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