mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
Windows: Fixed windows build (WinMesen->MesenCore)
This commit is contained in:
parent
8c4d6dd55c
commit
4dceed0ff4
1 changed files with 5 additions and 5 deletions
|
@ -222,7 +222,7 @@
|
|||
<Compile Include="Config\VsConfigInfo.cs" />
|
||||
<Compile Include="Controls\BaseControl.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
</Compile>
|
||||
<Compile Include="Controls\ctrlHorizontalTrackbar.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
|
@ -931,14 +931,14 @@ if "x86" == "$(PlatformName)" copy "C:\Program Files (x86)\Microsoft Visual Stud
|
|||
if "x64" == "$(PlatformName)" copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\pgort140.dll" "pgort140.dll"
|
||||
|
||||
if "PGO Optimize" == "$(ConfigurationName)" (
|
||||
copy "$(SolutionDir)bin\x86\PGO Profile\WinMesen.dll" "Dependencies\WinMesen.x86.dll"
|
||||
copy "$(SolutionDir)bin\x86\PGO Profile\MesenCore.dll" "Dependencies\MesenCore.x86.dll"
|
||||
|
||||
copy "$(SolutionDir)bin\x64\PGO Profile\WinMesen.dll" "Dependencies\WinMesen.x64.dll"
|
||||
copy "$(SolutionDir)bin\x64\PGO Profile\MesenCore.dll" "Dependencies\MesenCore.x64.dll"
|
||||
)
|
||||
if NOT "PGO Optimize" == "$(ConfigurationName)" (
|
||||
copy "$(SolutionDir)bin\x86\$(ConfigurationName)\WinMesen.dll" "Dependencies\WinMesen.x86.dll"
|
||||
copy "$(SolutionDir)bin\x86\$(ConfigurationName)\MesenCore.dll" "Dependencies\MesenCore.x86.dll"
|
||||
|
||||
copy "$(SolutionDir)bin\x64\$(ConfigurationName)\WinMesen.dll" "Dependencies\WinMesen.x64.dll"
|
||||
copy "$(SolutionDir)bin\x64\$(ConfigurationName)\MesenCore.dll" "Dependencies\MesenCore.x64.dll"
|
||||
)
|
||||
copy "MesenUpdater.exe" "Dependencies\MesenUpdater.exe"
|
||||
call DependencyPacker.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue