diff options
author | Mattes D <github@xoft.cz> | 2016-01-01 21:05:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-01-01 21:05:09 +0100 |
commit | 80e1eb37ddfcbd224fe1d3491201ba8db3e1114f (patch) | |
tree | 436ba0fe305343c808b7078b5106981be9b00802 /Install | |
parent | Merge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff) | |
download | cuberite-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 '')
-rw-r--r-- | Install/.gitignore | 2 | ||||
-rw-r--r-- | Install/Cuberite_high_detail_debug.cmd | 1 | ||||
-rw-r--r-- | Install/Cuberite_medium_detail_debug.cmd | 1 | ||||
-rw-r--r-- | Install/MCServer_high_detail_debug.cmd | 1 | ||||
-rw-r--r-- | Install/MCServer_medium_detail_debug.cmd | 1 |
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 |