~ubuntu-branches/ubuntu/vivid/pango1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to build/win32/vs10/pango-install.propsin

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2014-08-17 18:46:55 UTC
  • mfrom: (1.9.4)
  • Revision ID: package-import@ubuntu.com-20140817184655-q3m9h5lw1qnnptwk
Tags: 1.36.6-1
* New upstream release.
* Refresh patches.
* Update install path for installed-tests.
* Bump Standards-Version to 3.9.5.
* Drop Suggests ttf-baekmuk and ttf-arphic-*. Those font packages have been
  renamed in the mean time and nobody seems to remember why they were added
  in the first place. (Closes: #741672, #711292)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    <Import Project="pango-install-bin.props" />
5
5
  </ImportGroup>
6
6
  <PropertyGroup Label="UserMacros">
 
7
    <BinDir>$(SolutionDir)$(Configuration)\$(Platform)\bin</BinDir>
 
8
    <InstalledDlls>$(BinDir)\$(PangoDllPrefix)pango(PangoDllSuffix).dll;$(BinDir)\$(PangoDllPrefix)pangowin32(PangoDllSuffix).dll;$(BinDir)\$(PangoDllPrefix)pangocairo(PangoDllSuffix).dll</InstalledDlls>
 
9
    <InstalledFCDlls>$(BinDir)\$(PangoDllPrefix)pangoft2(PangoDllSuffix).dll</InstalledFCDlls>
7
10
    <PangoInstallHeadersData>
8
11
#include "pango.vs10.headers"
9
12
 
36
39
 
37
40
if exist $(CopyDir)\etc\pango\pango.aliases goto END
38
41
 
 
42
if not exist $(CopyDir)\etc\pango mkdir $(CopyDir)\etc\pango
 
43
 
39
44
echo tahoma = "tahoma,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" > $(CopyDir)\etc\pango\pango.aliases
40
45
 
41
46
echo sans = "arial,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" >> $(CopyDir)\etc\pango\pango.aliases
53
58
  <ItemDefinitionGroup>
54
59
  </ItemDefinitionGroup>
55
60
  <ItemGroup>
 
61
    <BuildMacro Include="BinDir">
 
62
      <Value>$(BinDir)</Value>
 
63
    </BuildMacro>
 
64
    <BuildMacro Include="InstalledDlls">
 
65
      <Value>$(InstalledDlls)</Value>
 
66
    </BuildMacro>
 
67
    <BuildMacro Include="InstalledFCDlls">
 
68
      <Value>$(InstalledFCDlls)</Value>
 
69
    </BuildMacro>
56
70
    <BuildMacro Include="PangoInstallHeadersData">
57
71
      <Value>$(PangoInstallHeadersData)</Value>
58
72
    </BuildMacro>
59
73
  </ItemGroup>
60
 
</Project>
 
 
b'\\ No newline at end of file'
 
74
</Project>