[nostalgia] Remove unused files

This commit is contained in:
Gary Talent 2020-01-15 23:28:04 -06:00
parent 7edfc16f25
commit 615e06aa50
2 changed files with 0 additions and 35 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 921 B

35
mg.yml
View File

@ -1,35 +0,0 @@
---
envs:
nostalgia_devenv:
dockerfile_path: ./Dockerfile
cmake:
.:
src_dir: .
build_dir: build/${target}-${build_type}
generator: Unix Makefiles
defs:
CMAKE_EXPORT_COMPILE_COMMANDS: ON
CMAKE_INSTALL_PREFIX: dist/${target}-${build_type}
CMAKE_INSTALL_RPATH: dist/${target}-${build_type}
NOSTALGIA_BUILD_TYPE: OFF
build_types:
release:
defs:
CMAKE_BUILD_TYPE: Release
debug:
defs:
USE_ASAN: ON
CMAKE_BUILD_TYPE: Debug
targets:
linux:
env: nostalgia_devenv
windows:
env: nostalgia_devenv
defs:
CMAKE_TOOLCHAIN_FILE: cmake/modules/Mingw.cmake
gba:
env: nostalgia_devenv
defs:
CMAKE_TOOLCHAIN_FILE: cmake/modules/GBA.cmake
NOSTALGIA_BUILD_TYPE: GBA
OX_USE_STDLIB: OFF