aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorLuke Elliott <luke.b.elliott@gmail.com>2021-11-23 08:28:24 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2021-11-25 18:14:54 +0200
commit39856daf9a5e545a602536b76448a32cf3da590f (patch)
tree88014c859e5e262597b687158b04a7619a9ce0b1 /docs/markdown
parentbfa0c618773b34f3c97b488d23e5ffed9dec1c0c (diff)
downloadmeson-39856daf9a5e545a602536b76448a32cf3da590f.zip
meson-39856daf9a5e545a602536b76448a32cf3da590f.tar.gz
meson-39856daf9a5e545a602536b76448a32cf3da590f.tar.bz2
Stop backend_startup_project from erasing the last project in a VS solution
if it is not the specified project.
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/snippets/fix_backend_startup_project.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/fix_backend_startup_project.md b/docs/markdown/snippets/fix_backend_startup_project.md
new file mode 100644
index 0000000..8269ef6
--- /dev/null
+++ b/docs/markdown/snippets/fix_backend_startup_project.md
@@ -0,0 +1,4 @@
+## backend_startup_project
+
+`backend_startup_project` will no longer erase the last project in a VS
+solution if it is not the specified project.