~ubuntu-branches/ubuntu/vivid/ghostscript/vivid-security

« back to all changes in this revision

Viewing changes to lcms2/Projects/VC2010/transicc/transicc.vcproj

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-08-09 20:01:36 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20130809200136-amb6zrr7hnjb5jq9
Tags: 9.08~rc1~dfsg-0ubuntu1
* New upstream release
   - Ghostscript 9.08rc1.
   - We are using the system's liblcms2 and libopenjpeg now.
* debian/patches/020130401-852e545-pxl-xl-driver-produced-drawing-commands-without-setting-color-space.patch:
  Removed patch backported from upstream.
* debian/patches/ojdk-8007925+8007926.patch,
  debian/patches/ojdk-8007927.patch,
  debian/patches/ojdk-8007929.patch,
  debian/patches/ojdk-8009654.patch: Removed patches on build in liblcms2, we
  use the system's liblcms2 now.
* debian/patches/2001_docdir_fix_for_debian.patch: Manually updated to new
  upstream source code.
* debian/patches/2003_support_multiarch.patch: Refreshed with quilt.
* debian/control: Added build dependencies on liblcms2-dev and
  libopenjpeg-dev.
* debian/rules: Check for removed lcms2/ and openjpeg/ subdirectories in
  the repackaging check again, also set build options for shared liblcms2
  and libopenjpeg libraries.
* debian/rules: Makefile.in and configure.ac are in the root directory of
  the source now and do not need to get linked from base/. Also there is no
  gstoraster and gstopxl CUPS filter in the package any more and no
  "install-cups" make target any more.
* debian/control, debian/rules, debian/ghostscript-cups.install,
  debian/ghostscript-cups.ppd-updater: Removed the ghostscript-cups binary
  package. The files are now provided by cups-filters.
* debian/symbols.common: Updated for new upstream source. Applied patch
  which dpkg-gensymbols generated for debian/libgs9.symbols to this file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="9.00"
5
 
        Name="transicc"
6
 
        ProjectGUID="{9EE22D66-C849-474C-9ED5-C3E141DAB160}"
7
 
        RootNamespace="transicc"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="196613"
10
 
        >
11
 
        <Platforms>
12
 
                <Platform
13
 
                        Name="Win32"
14
 
                />
15
 
        </Platforms>
16
 
        <ToolFiles>
17
 
        </ToolFiles>
18
 
        <Configurations>
19
 
                <Configuration
20
 
                        Name="Debug|Win32"
21
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
 
                        IntermediateDirectory="$(ConfigurationName)"
23
 
                        ConfigurationType="1"
24
 
                        CharacterSet="1"
25
 
                        >
26
 
                        <Tool
27
 
                                Name="VCPreBuildEventTool"
28
 
                        />
29
 
                        <Tool
30
 
                                Name="VCCustomBuildTool"
31
 
                        />
32
 
                        <Tool
33
 
                                Name="VCXMLDataGeneratorTool"
34
 
                        />
35
 
                        <Tool
36
 
                                Name="VCWebServiceProxyGeneratorTool"
37
 
                        />
38
 
                        <Tool
39
 
                                Name="VCMIDLTool"
40
 
                        />
41
 
                        <Tool
42
 
                                Name="VCCLCompilerTool"
43
 
                                Optimization="0"
44
 
                                AdditionalIncludeDirectories="../../../include;../../../utils/common"
45
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46
 
                                MinimalRebuild="true"
47
 
                                BasicRuntimeChecks="3"
48
 
                                RuntimeLibrary="3"
49
 
                                UsePrecompiledHeader="0"
50
 
                                WarningLevel="4"
51
 
                                DebugInformationFormat="4"
52
 
                        />
53
 
                        <Tool
54
 
                                Name="VCManagedResourceCompilerTool"
55
 
                        />
56
 
                        <Tool
57
 
                                Name="VCResourceCompilerTool"
58
 
                        />
59
 
                        <Tool
60
 
                                Name="VCPreLinkEventTool"
61
 
                        />
62
 
                        <Tool
63
 
                                Name="VCLinkerTool"
64
 
                                OutputFile="../../../bin/transiccd.exe"
65
 
                                LinkIncremental="2"
66
 
                                GenerateDebugInformation="true"
67
 
                                SubSystem="1"
68
 
                                TargetMachine="1"
69
 
                        />
70
 
                        <Tool
71
 
                                Name="VCALinkTool"
72
 
                        />
73
 
                        <Tool
74
 
                                Name="VCManifestTool"
75
 
                        />
76
 
                        <Tool
77
 
                                Name="VCXDCMakeTool"
78
 
                        />
79
 
                        <Tool
80
 
                                Name="VCBscMakeTool"
81
 
                        />
82
 
                        <Tool
83
 
                                Name="VCFxCopTool"
84
 
                        />
85
 
                        <Tool
86
 
                                Name="VCAppVerifierTool"
87
 
                        />
88
 
                        <Tool
89
 
                                Name="VCPostBuildEventTool"
90
 
                        />
91
 
                </Configuration>
92
 
                <Configuration
93
 
                        Name="Release|Win32"
94
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
95
 
                        IntermediateDirectory="$(ConfigurationName)"
96
 
                        ConfigurationType="1"
97
 
                        CharacterSet="1"
98
 
                        WholeProgramOptimization="1"
99
 
                        >
100
 
                        <Tool
101
 
                                Name="VCPreBuildEventTool"
102
 
                        />
103
 
                        <Tool
104
 
                                Name="VCCustomBuildTool"
105
 
                        />
106
 
                        <Tool
107
 
                                Name="VCXMLDataGeneratorTool"
108
 
                        />
109
 
                        <Tool
110
 
                                Name="VCWebServiceProxyGeneratorTool"
111
 
                        />
112
 
                        <Tool
113
 
                                Name="VCMIDLTool"
114
 
                        />
115
 
                        <Tool
116
 
                                Name="VCCLCompilerTool"
117
 
                                Optimization="2"
118
 
                                EnableIntrinsicFunctions="true"
119
 
                                AdditionalIncludeDirectories="../../../include;../../../utils/common"
120
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
121
 
                                RuntimeLibrary="0"
122
 
                                EnableFunctionLevelLinking="true"
123
 
                                UsePrecompiledHeader="0"
124
 
                                WarningLevel="4"
125
 
                                DebugInformationFormat="3"
126
 
                        />
127
 
                        <Tool
128
 
                                Name="VCManagedResourceCompilerTool"
129
 
                        />
130
 
                        <Tool
131
 
                                Name="VCResourceCompilerTool"
132
 
                        />
133
 
                        <Tool
134
 
                                Name="VCPreLinkEventTool"
135
 
                        />
136
 
                        <Tool
137
 
                                Name="VCLinkerTool"
138
 
                                OutputFile="../../../bin/transicc.exe"
139
 
                                LinkIncremental="1"
140
 
                                GenerateDebugInformation="true"
141
 
                                SubSystem="1"
142
 
                                OptimizeReferences="2"
143
 
                                EnableCOMDATFolding="2"
144
 
                                TargetMachine="1"
145
 
                        />
146
 
                        <Tool
147
 
                                Name="VCALinkTool"
148
 
                        />
149
 
                        <Tool
150
 
                                Name="VCManifestTool"
151
 
                        />
152
 
                        <Tool
153
 
                                Name="VCXDCMakeTool"
154
 
                        />
155
 
                        <Tool
156
 
                                Name="VCBscMakeTool"
157
 
                        />
158
 
                        <Tool
159
 
                                Name="VCFxCopTool"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCAppVerifierTool"
163
 
                        />
164
 
                        <Tool
165
 
                                Name="VCPostBuildEventTool"
166
 
                        />
167
 
                </Configuration>
168
 
        </Configurations>
169
 
        <References>
170
 
        </References>
171
 
        <Files>
172
 
                <Filter
173
 
                        Name="Source Files"
174
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
175
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
176
 
                        >
177
 
                        <File
178
 
                                RelativePath="..\..\..\utils\transicc\transicc.c"
179
 
                                >
180
 
                        </File>
181
 
                        <File
182
 
                                RelativePath="..\..\..\utils\common\vprf.c"
183
 
                                >
184
 
                        </File>
185
 
                        <File
186
 
                                RelativePath="..\..\..\utils\common\xgetopt.c"
187
 
                                >
188
 
                        </File>
189
 
                </Filter>
190
 
                <Filter
191
 
                        Name="Header Files"
192
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
193
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
194
 
                        >
195
 
                        <File
196
 
                                RelativePath="..\..\..\utils\common\utils.h"
197
 
                                >
198
 
                        </File>
199
 
                </Filter>
200
 
                <Filter
201
 
                        Name="Resource Files"
202
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
203
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
204
 
                        >
205
 
                </Filter>
206
 
        </Files>
207
 
        <Globals>
208
 
        </Globals>
209
 
</VisualStudioProject>