When copying the PNG files from 'gtk2_ardour/resources', copy them to '$(TargetFolder/resources' rather than '$(TargetFolder/icons'
(otherwise the opening splash image doesn't get found)
This commit is contained in:
parent
722609da15
commit
e4a5c3609d
@ -98,7 +98,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="cd ..\gtk2_ardour
copy /Y "icons\*.png" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||
CommandLine="cd ..\gtk2_ardour
copy /Y "resources\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\resources"
copy /Y "icons\*.png" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -182,7 +182,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy /Y "$(Release32TestSuiteFolder)\$(ProjectName).exe" "$(Release32TargetFolder)\$(ProjectName).exe"
cd ..\gtk2_ardour
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(PackagerFolderLocal)\..\share\$(LibardourFolder)"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||
CommandLine="copy /Y "$(Release32TestSuiteFolder)\$(ProjectName).exe" "$(Release32TargetFolder)\$(ProjectName).exe"
cd ..\gtk2_ardour
copy /Y "resources\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\resources"
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(PackagerFolderLocal)\..\share\$(LibardourFolder)"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -267,7 +267,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="cd ..\gtk2_ardour
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||
CommandLine="cd ..\gtk2_ardour
copy /Y "resources\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\resources"
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
Loading…
Reference in New Issue
Block a user