summaryrefslogtreecommitdiffstats
path: root/Install
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
committerMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
commit80e1eb37ddfcbd224fe1d3491201ba8db3e1114f (patch)
tree436ba0fe305343c808b7078b5106981be9b00802 /Install
parentMerge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff)
downloadcuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.gz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.bz2
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.lz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.xz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.zst
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.zip
Diffstat (limited to 'Install')
-rw-r--r--Install/.gitignore2
-rw-r--r--Install/Cuberite_high_detail_debug.cmd1
-rw-r--r--Install/Cuberite_medium_detail_debug.cmd1
-rw-r--r--Install/MCServer_high_detail_debug.cmd1
-rw-r--r--Install/MCServer_medium_detail_debug.cmd1
5 files changed, 2 insertions, 4 deletions
diff --git a/Install/.gitignore b/Install/.gitignore
index 3b0a53050..52c5ca5a9 100644
--- a/Install/.gitignore
+++ b/Install/.gitignore
@@ -1,4 +1,2 @@
-MCServer.exe
-*.7z
*.tag
*.example.ini \ No newline at end of file
diff --git a/Install/Cuberite_high_detail_debug.cmd b/Install/Cuberite_high_detail_debug.cmd
new file mode 100644
index 000000000..0880495e3
--- /dev/null
+++ b/Install/Cuberite_high_detail_debug.cmd
@@ -0,0 +1 @@
+Cuberite --crash-dump-full
diff --git a/Install/Cuberite_medium_detail_debug.cmd b/Install/Cuberite_medium_detail_debug.cmd
new file mode 100644
index 000000000..1dcb291a0
--- /dev/null
+++ b/Install/Cuberite_medium_detail_debug.cmd
@@ -0,0 +1 @@
+Cuberite --crash-dump-globals
diff --git a/Install/MCServer_high_detail_debug.cmd b/Install/MCServer_high_detail_debug.cmd
deleted file mode 100644
index d94af8150..000000000
--- a/Install/MCServer_high_detail_debug.cmd
+++ /dev/null
@@ -1 +0,0 @@
-MCServer --crash-dump-full
diff --git a/Install/MCServer_medium_detail_debug.cmd b/Install/MCServer_medium_detail_debug.cmd
deleted file mode 100644
index 0a33c27fd..000000000
--- a/Install/MCServer_medium_detail_debug.cmd
+++ /dev/null
@@ -1 +0,0 @@
-MCServer --crash-dump-globals