diff options
author | John Hodge <tpg@mutabah.net> | 2019-02-23 13:53:45 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2019-02-23 13:53:45 +0800 |
commit | a7868c927d1776d7c2570c95deae1cbd77483938 (patch) | |
tree | 633f69d468e330139d0b28ceee8e033d7f24f993 | |
parent | 9b706e3beaa59db561008fd5ad13f2674da12861 (diff) | |
download | mrust-a7868c927d1776d7c2570c95deae1cbd77483938.tar.gz |
vsproject scripts - Add libproc_macro
-rw-r--r-- | vsproject/build_std.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vsproject/build_std.cmd b/vsproject/build_std.cmd index a9d6b45d..0a360614 100644 --- a/vsproject/build_std.cmd +++ b/vsproject/build_std.cmd @@ -5,3 +5,5 @@ x64\Release\minicargo.exe ..\rustc-1.19.0-src\src\libpanic_unwind --script-overr if %errorlevel% neq 0 exit /b %errorlevel% x64\Release\minicargo.exe ..\rustc-1.19.0-src\src\libtest --script-overrides ..\script-overrides\stable-1.19.0 if %errorlevel% neq 0 exit /b %errorlevel% +x64\Release\minicargo.exe ..\lib\libproc_macro +if %errorlevel% neq 0 exit /b %errorlevel% |