From c60fb10a6a0b668e9dab7e4cb899664f5e32419e Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 26 Oct 2019 10:40:17 +0100 Subject: [PATCH] Move old demos and old stuff to /misc --- {examples => misc}/old_demos/demo001.odin | 0 {examples => misc}/old_demos/demo002.odin | 0 {examples => misc}/old_demos/demo004.odin | 0 {examples => misc}/old_demos/demo005.odin | 0 {examples => misc}/old_demos/demo006.odin | 0 {examples => misc}/old_demos/demo007.odin | 0 {examples => misc}/old_demos/demo008.odin | 0 {examples => misc}/old_demos/old_runtime.odin | 0 {examples => misc}/old_stuff/demo_backup.odin | 0 misc/shell.bat | 4 ++-- 10 files changed, 2 insertions(+), 2 deletions(-) rename {examples => misc}/old_demos/demo001.odin (100%) rename {examples => misc}/old_demos/demo002.odin (100%) rename {examples => misc}/old_demos/demo004.odin (100%) rename {examples => misc}/old_demos/demo005.odin (100%) rename {examples => misc}/old_demos/demo006.odin (100%) rename {examples => misc}/old_demos/demo007.odin (100%) rename {examples => misc}/old_demos/demo008.odin (100%) rename {examples => misc}/old_demos/old_runtime.odin (100%) rename {examples => misc}/old_stuff/demo_backup.odin (100%) diff --git a/examples/old_demos/demo001.odin b/misc/old_demos/demo001.odin similarity index 100% rename from examples/old_demos/demo001.odin rename to misc/old_demos/demo001.odin diff --git a/examples/old_demos/demo002.odin b/misc/old_demos/demo002.odin similarity index 100% rename from examples/old_demos/demo002.odin rename to misc/old_demos/demo002.odin diff --git a/examples/old_demos/demo004.odin b/misc/old_demos/demo004.odin similarity index 100% rename from examples/old_demos/demo004.odin rename to misc/old_demos/demo004.odin diff --git a/examples/old_demos/demo005.odin b/misc/old_demos/demo005.odin similarity index 100% rename from examples/old_demos/demo005.odin rename to misc/old_demos/demo005.odin diff --git a/examples/old_demos/demo006.odin b/misc/old_demos/demo006.odin similarity index 100% rename from examples/old_demos/demo006.odin rename to misc/old_demos/demo006.odin diff --git a/examples/old_demos/demo007.odin b/misc/old_demos/demo007.odin similarity index 100% rename from examples/old_demos/demo007.odin rename to misc/old_demos/demo007.odin diff --git a/examples/old_demos/demo008.odin b/misc/old_demos/demo008.odin similarity index 100% rename from examples/old_demos/demo008.odin rename to misc/old_demos/demo008.odin diff --git a/examples/old_demos/old_runtime.odin b/misc/old_demos/old_runtime.odin similarity index 100% rename from examples/old_demos/old_runtime.odin rename to misc/old_demos/old_runtime.odin diff --git a/examples/old_stuff/demo_backup.odin b/misc/old_stuff/demo_backup.odin similarity index 100% rename from examples/old_stuff/demo_backup.odin rename to misc/old_stuff/demo_backup.odin diff --git a/misc/shell.bat b/misc/shell.bat index 36db84570..85a7949c6 100644 --- a/misc/shell.bat +++ b/misc/shell.bat @@ -1,8 +1,8 @@ @echo off rem call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 1> NUL -call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x64 1> NUL -rem call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 1> NUL +rem call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x64 1> NUL +call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 1> NUL rem call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 1> NUL rem call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 1> NUL set _NO_DEBUG_HEAP=1