Navigation Menu

Skip to content

Commit

Permalink
make end-user provide build vars on win 10
Browse files Browse the repository at this point in the history
  • Loading branch information
digego committed Dec 7, 2017
1 parent c910cf0 commit 8aa090d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Expand Up @@ -32,3 +32,11 @@ extempore.pdb
/docs/_build_html
# src
/src/portaudio/src/hostapi/asio
# llvm
/llvm
# aot :(
/extras/cmake/aot.cmake
/extras/cmake/aot_external_audio.cmake
/extras/cmake/aot_external_graphics.cmake
# vscode
.vscode
2 changes: 0 additions & 2 deletions extras/ms_build_vars.bat

This file was deleted.

2 changes: 1 addition & 1 deletion runtime/llvmti.xtm
Expand Up @@ -2924,7 +2924,7 @@
(string-append
"call "
(sanitize-platform-path (sys:share-dir))
"\\extras\\ms_build_vars.bat && link"
"link"
;; " /FORCE:UNRESOLVED "
" /MACHINE:x64 /DLL"
" /OUT:" output-shlib-path
Expand Down

0 comments on commit 8aa090d

Please sign in to comment.