mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-03-04 00:52:48 +01:00
After switching away from VS, I realized the buildscript wouldn't detect the standalone MSVC compiler, because for whatever genius reason, MS installs that in the x86 program files directory... Also fixes some duplicate definitions and a missing library that MSVC doesn't like ah compilers... Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/59 Co-authored-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com> Co-committed-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com>
27 lines
440 B
Plaintext
27 lines
440 B
Plaintext
.*.swp
|
|
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
# Suggested names for build dirs
|
|
build/
|
|
|
|
# External dependencies
|
|
subprojects/capnhook
|
|
|
|
# For enabling debug logging on local builds
|
|
MesonLocalOptions.mk
|
|
|
|
# Some meson cache thing
|
|
.meson-subproject-wrap-hash.txt
|