diff options
| author | gingerBill <bill@gingerbill.org> | 2019-10-26 10:40:17 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-10-26 10:40:17 +0100 |
| commit | c60fb10a6a0b668e9dab7e4cb899664f5e32419e (patch) | |
| tree | 35f59e5242c9a21c20b00c30402239460fb2c4ae | |
| parent | 7140f4291546748adf2ddb977f3605f7aab31856 (diff) | |
Move old demos and old stuff to /misc
| -rw-r--r-- | misc/old_demos/demo001.odin (renamed from examples/old_demos/demo001.odin) | 0 | ||||
| -rw-r--r-- | misc/old_demos/demo002.odin (renamed from examples/old_demos/demo002.odin) | 0 | ||||
| -rw-r--r-- | misc/old_demos/demo004.odin (renamed from examples/old_demos/demo004.odin) | 0 | ||||
| -rw-r--r-- | misc/old_demos/demo005.odin (renamed from examples/old_demos/demo005.odin) | 0 | ||||
| -rw-r--r-- | misc/old_demos/demo006.odin (renamed from examples/old_demos/demo006.odin) | 0 | ||||
| -rw-r--r-- | misc/old_demos/demo007.odin (renamed from examples/old_demos/demo007.odin) | 0 | ||||
| -rw-r--r-- | misc/old_demos/demo008.odin (renamed from examples/old_demos/demo008.odin) | 0 | ||||
| -rw-r--r-- | misc/old_demos/old_runtime.odin (renamed from examples/old_demos/old_runtime.odin) | 0 | ||||
| -rw-r--r-- | misc/old_stuff/demo_backup.odin (renamed from examples/old_stuff/demo_backup.odin) | 0 | ||||
| -rw-r--r-- | misc/shell.bat | 4 |
10 files changed, 2 insertions, 2 deletions
diff --git a/examples/old_demos/demo001.odin b/misc/old_demos/demo001.odin index a3aea1cb7..a3aea1cb7 100644 --- a/examples/old_demos/demo001.odin +++ b/misc/old_demos/demo001.odin diff --git a/examples/old_demos/demo002.odin b/misc/old_demos/demo002.odin index a790aadf3..a790aadf3 100644 --- a/examples/old_demos/demo002.odin +++ b/misc/old_demos/demo002.odin diff --git a/examples/old_demos/demo004.odin b/misc/old_demos/demo004.odin index c9acc9a15..c9acc9a15 100644 --- a/examples/old_demos/demo004.odin +++ b/misc/old_demos/demo004.odin diff --git a/examples/old_demos/demo005.odin b/misc/old_demos/demo005.odin index c8273b03b..c8273b03b 100644 --- a/examples/old_demos/demo005.odin +++ b/misc/old_demos/demo005.odin diff --git a/examples/old_demos/demo006.odin b/misc/old_demos/demo006.odin index c2f64151b..c2f64151b 100644 --- a/examples/old_demos/demo006.odin +++ b/misc/old_demos/demo006.odin diff --git a/examples/old_demos/demo007.odin b/misc/old_demos/demo007.odin index d19446ecb..d19446ecb 100644 --- a/examples/old_demos/demo007.odin +++ b/misc/old_demos/demo007.odin diff --git a/examples/old_demos/demo008.odin b/misc/old_demos/demo008.odin index 7916cd5e9..7916cd5e9 100644 --- a/examples/old_demos/demo008.odin +++ b/misc/old_demos/demo008.odin diff --git a/examples/old_demos/old_runtime.odin b/misc/old_demos/old_runtime.odin index e605e7820..e605e7820 100644 --- a/examples/old_demos/old_runtime.odin +++ b/misc/old_demos/old_runtime.odin diff --git a/examples/old_stuff/demo_backup.odin b/misc/old_stuff/demo_backup.odin index b8bbbb02d..b8bbbb02d 100644 --- a/examples/old_stuff/demo_backup.odin +++ b/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 |