Fix name for pwrshplugin

This commit is contained in:
Sergei Vorobev 2016-06-17 14:27:09 -07:00
parent 0e35dcd526
commit e73e72484b
2 changed files with 2 additions and 3 deletions

View File

@ -203,8 +203,7 @@ function Start-PSBuild {
cmake .
}
Start-NativeExecution { msbuild powershell.vcxproj /p:Configuration=$msbuildConfiguration }
Start-NativeExecution { msbuild pwrshmsg.vcxproj /p:Configuration=$msbuildConfiguration }
Start-NativeExecution { msbuild ALL_BUILD.vcxproj /p:Configuration=$msbuildConfiguration }
} finally {
Pop-Location

View File

@ -30,7 +30,7 @@ add_executable(powershell WIN32
nativemsh/pwrshcommon/WinSystemCallFacade.cpp
nativemsh/pwrshexe/MainEntry.cpp)
add_library(pwrshmsg
add_library(pwrshplugin
nativemsh/pwrshplugin/entrypoints.cpp
nativemsh/pwrshplugin/pwrshclrhost.cpp
nativemsh/pwrshplugin/pwrshpluginerrorcodes.mc