mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-28 12:24:07 +08:00
Fix name for pwrshplugin
This commit is contained in:
parent
0e35dcd526
commit
e73e72484b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user