removed unused License project. moved macOS dependency licenses into macOS project.
This commit is contained in:
		@ -1,50 +0,0 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					 | 
				
			||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
					 | 
				
			||||||
  <PropertyGroup Label="Globals">
 | 
					 | 
				
			||||||
    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
 | 
					 | 
				
			||||||
    <HasSharedItems>true</HasSharedItems>
 | 
					 | 
				
			||||||
    <ItemsProjectGuid>{bbc14150-e256-452d-b03e-7f4333039dd1}</ItemsProjectGuid>
 | 
					 | 
				
			||||||
  </PropertyGroup>
 | 
					 | 
				
			||||||
  <ItemDefinitionGroup>
 | 
					 | 
				
			||||||
    <ClCompile>
 | 
					 | 
				
			||||||
      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory)</AdditionalIncludeDirectories>
 | 
					 | 
				
			||||||
    </ClCompile>
 | 
					 | 
				
			||||||
  </ItemDefinitionGroup>
 | 
					 | 
				
			||||||
  <ItemGroup>
 | 
					 | 
				
			||||||
    <ProjectCapability Include="SourceItemsFromImports" />
 | 
					 | 
				
			||||||
  </ItemGroup>
 | 
					 | 
				
			||||||
  <Target Name="ConcatenateScripts">
 | 
					 | 
				
			||||||
    <PropertyGroup>
 | 
					 | 
				
			||||||
      <DepLicenses>licenses_of_dependencies</DepLicenses>
 | 
					 | 
				
			||||||
    </PropertyGroup>
 | 
					 | 
				
			||||||
    <!-- List all the files you want to concatenate. -->
 | 
					 | 
				
			||||||
    <ItemGroup>
 | 
					 | 
				
			||||||
      <ConcatFiles Include="
 | 
					 | 
				
			||||||
        %(DepLicenses)\JUCE-framework_GPL3.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libflac_New_BSD.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libfluidsynth_LGPL_2.1.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libglib_LGPL_2.1.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libgthread_LGPL_2.1.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libintl_LGPL_2.1.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libogg_New_BSD.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libpcre_BSD.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libsndfile_LGPL_2.1.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libvorbis_New_BSD.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\libvorbisenc_New_BSD.txt;
 | 
					 | 
				
			||||||
        %(DepLicenses)\Steinberg-VST3_GPL3.txt"/>
 | 
					 | 
				
			||||||
    </ItemGroup>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <!-- Read the contents of the files (preserving tabs/spaces). -->
 | 
					 | 
				
			||||||
    <ItemGroup>
 | 
					 | 
				
			||||||
      <FileContents Include="$([System.IO.File]::ReadAllText(%(ConcatFiles.Identity)))"/>
 | 
					 | 
				
			||||||
    </ItemGroup>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <!-- Write the result to a single file. -->
 | 
					 | 
				
			||||||
    <WriteLinesToFile File="%(OutputDir)" Lines="@(FileContents)" Overwrite="true" />
 | 
					 | 
				
			||||||
  </Target>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  <!-- Concatenate scripts on AfterBuild. -->
 | 
					 | 
				
			||||||
  <Target Name="Build">
 | 
					 | 
				
			||||||
    <CallTarget Targets="ConcatenateScripts"/>
 | 
					 | 
				
			||||||
  </Target>
 | 
					 | 
				
			||||||
</Project>
 | 
					 | 
				
			||||||
@ -36,7 +36,7 @@ do
 | 
				
			|||||||
      ls "$BUILDDIR"
 | 
					      ls "$BUILDDIR"
 | 
				
			||||||
      \cp -rf "$MYDIR/how to install.txt" "$BUILDDIR/how to install.txt"
 | 
					      \cp -rf "$MYDIR/how to install.txt" "$BUILDDIR/how to install.txt"
 | 
				
			||||||
      \cp -rf "$MYDIR/../../LICENSE.txt" "$BUILDDIR/LICENSE.txt"
 | 
					      \cp -rf "$MYDIR/../../LICENSE.txt" "$BUILDDIR/LICENSE.txt"
 | 
				
			||||||
      \cp -rf "$MYDIR/../../licenses_of_dependencies" "$BUILDDIR/."
 | 
					      \cp -rf "$MYDIR/licenses_of_dependencies" "$BUILDDIR/."
 | 
				
			||||||
      tar -hczf "$BUILDDIR.tar.xz" --exclude="libjuicysfplugin.a" -C "$MYDIR/build/$BUILD" .
 | 
					      tar -hczf "$BUILDDIR.tar.xz" --exclude="libjuicysfplugin.a" -C "$MYDIR/build/$BUILD" .
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
      echo "Did not find in $BUILD all targets: .app, .component, .vst, .vst3; skipping."
 | 
					      echo "Did not find in $BUILD all targets: .app, .component, .vst, .vst3; skipping."
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user