~ubuntu-branches/ubuntu/wily/aegisub/wily-proposed

« back to all changes in this revision

Viewing changes to build/libass/libass.vcxproj

  • Committer: Package Import Robot
  • Author(s): Sebastian Reichel, Pascal De Vuyst, Juan Picca, Sebastian Reichel
  • Date: 2015-08-04 21:40:50 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150804214050-y2aghm9vdksoc8t7
Tags: 3.2.2+dfsg-1
[ Pascal De Vuyst ]
* Fix Typo in package description (Closes: #739219)

[ Juan Picca ]
* Add patch to fix reproducible build (Closes: #789728)

[ Sebastian Reichel ]
* New upstream release
 - remove vendor directory from orig tarball
* Update Debian Standards Version to 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        $(LibassSrcDir)\libass;
22
22
        $(MSBuildThisFileDirectory);
23
23
        $(AegisubSourceBase)\include\fribidi;
24
 
        $(AegisubContribBase)iconv\include;
25
24
        %(AdditionalIncludeDirectories)
26
25
      </AdditionalIncludeDirectories>
27
26
      <PreprocessorDefinitions>
30
29
        %(PreprocessorDefinitions)
31
30
      </PreprocessorDefinitions>
32
31
    </ClCompile>
33
 
    <InstallHeader>
 
32
    <InstallHeaderTo>
34
33
      <Destination>ass\</Destination>
35
 
    </InstallHeader>
 
34
    </InstallHeaderTo>
36
35
  </ItemDefinitionGroup>
37
36
 
38
37
  <!-- Source files -->
39
38
  <ItemGroup>
40
 
    <InstallHeader Include="$(LibassSrcDir)\libass\ass.h" />
41
 
    <InstallHeader Include="$(LibassSrcDir)\libass\ass_types.h" />
 
39
    <InstallHeaderTo Include="$(LibassSrcDir)\libass\ass.h" />
 
40
    <InstallHeaderTo Include="$(LibassSrcDir)\libass\ass_types.h" />
42
41
  </ItemGroup>
43
42
  <ItemGroup>
44
43
    <ClInclude Include="$(LibassSrcDir)\libass\ass.h" />
88
87
    <ProjectReference Include="..\fribidi\fribidi.vcxproj">
89
88
      <Project>{fb8e8d19-a4d6-4181-943c-282075f49b41}</Project>
90
89
    </ProjectReference>
91
 
    <ProjectReference Include="..\libiconv\libiconv.vcxproj">
92
 
      <Project>{965054d2-44f2-4eb2-9879-051cc3d7ef08}</Project>
93
 
    </ProjectReference>
94
90
  </ItemGroup>
95
 
</Project>
 
91
</Project>
 
 
b'\\ No newline at end of file'