diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 14:11:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 14:11:19 +0200 |
commit | cbec9ea8841c8a58b2d50bb628b28aea7a6fe179 (patch) | |
tree | 099de0d9659db3545e4727b875933be00c871014 /bootstrap-msvc.bat | |
parent | 6959bd7cc0883ac1004bda047555341682b15b19 (diff) |
Update bootstrap batch files to link psapi.lib
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 073a8db..84554c9 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -138,7 +138,7 @@ for %%d in (%src%) do ( rem Link. rem -call :link /Fe: build2\b-boot.exe %obj% shell32.lib +call :link /Fe: build2\b-boot.exe %obj% shell32.lib psapi.lib rem Clean up. rem |