Skip to content

Commit

Permalink
v0.9.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Nov 22, 2018
1 parent bb62bed commit f96fbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/demo/demo.odin
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import "core:c"
import "core:runtime"

when os.OS == "windows" {
import "core:sync"
import "core:thread"
import "core:sys/win32"
}
Expand Down
4 changes: 2 additions & 2 deletions misc/shell.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off

rem call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 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
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\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
Expand Down

0 comments on commit f96fbc9

Please sign in to comment.