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

« back to all changes in this revision

Viewing changes to build/win32/vs9/pangoft2.vcproj

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-31 22:00:53 UTC
  • mfrom: (1.8.6) (63.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120331220053-7w1irtk74gutqgmi
Tags: 1.30.0-1
* New upstream release.
* debian/watch: Track stable releases again.
* Refreshed and updated patches.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    Name="VCCLCompilerTool"
33
33
    Optimization="0"
34
34
    AdditionalIncludeDirectories=".;..\"
35
 
    PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB"
 
35
    PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1"
36
36
    MinimalRebuild="true"
37
37
    BasicRuntimeChecks="3"
38
38
    RuntimeLibrary="2"
64
64
   <Tool
65
65
    Name="VCCLCompilerTool"
66
66
    AdditionalIncludeDirectories=".;..\"
67
 
    PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
 
67
    PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1"
68
68
    RuntimeLibrary="2"
69
69
    UsePrecompiledHeader="0"
70
70
    WarningLevel="3"
94
94
    Name="VCCLCompilerTool"
95
95
    Optimization="0"
96
96
    AdditionalIncludeDirectories=".;..\"
97
 
    PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB"
 
97
    PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1"
98
98
    MinimalRebuild="true"
99
99
    BasicRuntimeChecks="3"
100
100
    RuntimeLibrary="3"
123
123
   <Tool
124
124
    Name="VCCLCompilerTool"
125
125
    AdditionalIncludeDirectories=".;..\"
126
 
    PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
 
126
    PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB;HAVE_STDINT_H=1"
127
127
    RuntimeLibrary="2"
128
128
    UsePrecompiledHeader="0"
129
129
    WarningLevel="3"