Skip to content

Commit

Permalink
Merge pull request #3888 from RisingFog/remove_cpack_txt
Browse files Browse the repository at this point in the history
Remove cpack_package_description.txt from Windows builds
  • Loading branch information
RisingFog committed Jun 25, 2016
2 parents cbd6fda + 66fe98d commit dba9d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/DolphinWX.vcxproj
Expand Up @@ -243,7 +243,7 @@
<!--Copy Exe, Data directory and DLLs which should be located in the executable directory-->
<ItemGroup>
<DataSysFiles Include="$(DolphinRootDir)Data\**\Sys\**\*.*" />
<DataTxtFiles Include="$(DolphinRootDir)Data\*.txt" />
<DataTxtFiles Include="$(DolphinRootDir)Data\license.txt" />
<ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
<BinaryFiles Include="$(TargetPath)" />
<AllInputFiles Include="@(DataSysFiles);@(DataTxtFiles);@(ExternalDlls);@(BinaryFiles)" />
Expand Down

0 comments on commit dba9d86

Please sign in to comment.