~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to utilities/vcppmake/imp2vs.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Marsden, Jonathan Marsden, Dmitrijs Ledkovs, Closed Bugs
  • Date: 2009-05-30 11:55:55 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090530115555-r427zsn3amivdpfu
Tags: 1.6.0+dfsg-1
[ Jonathan Marsden ]
* New upstream release. (Closes: #507960) (LP: #320558)
* debian/patches/02_libver.diff:
  - Bump SONAME to 8 -- SWORD 1.6 is not backward compatible with 1.5.11.
* debian/patches/series:
  - Remove 10_diatheke.diff -- included in upstream source.
* debian/patches/:
  - Remove several old unused .diff files.
  - Add 11_regex_only_when_needed.diff to conditionally include regex lib.
  - Add 12_fix_compiler_warnings.diff to remove all compiler warnings.
  - Add 13_fix_osis2mod_compression_default.diff from upstream svn.
  - Add 14_closing_section_not_chapter.diff from upstream svn.
* debian/libsword7.*: 
  - Rename to libsword8.*
  - Change libsword7 to libsword8 within files.
* debian/rules: 
  - SONAME bump to 8.
  - Set library version check to >= 1.6
* debian/control:
  - Change libsword7 to libsword8.
  - Add libsword7 to Conflicts.
  - Fix case of sword to SWORD in package descriptions.
  - Bump Standards-Version to 3.8.1 (no changes needed).
  - Fix section for libsword-dbg to avoid lintian warning.
* debian/rules:
  - Add DFSG get-orig-source target.
* debian/copyright:
  - Fix various mistakes in initial attempt to document copyrights.

[ Dmitrijs Ledkovs ]
* debian/rules: Added utils.mk to use missing-files target and call it on
  each build.
* debian/libsword-dev.install: Added libsword.la, previously missing.
* debian/libsword7.install: Added missing libicu translit files.
* debian/control:
  - Updated all uses of SWORD version to 1.6
  - Added libsword-dbg package
* debian/watch: Fixed a small mistake which was resulting in extra "."
  in final version name.
* debian/rules: simplified manpage processing.
* debian/libsword8.lintian-overrides: added override for module
  installation directory.
* debian/copyright: Updated with information about everyfile.
  Closes: #513448 LP: #322638
* debian/diatheke.examples: moved examples here from the diatheke.install
* debian/rules:
  - enabled shell script based testsuite
  - added commented out cppunit testsuite
* debian/patches/40_missing_includes.diff: 
  - added several missing stdio.h includes to prevent FTBFS of testsuite.

[ Closed Bugs ]
* FTBFS on intrepid (LP: #305172)

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="imp2vs"
 
6
        ProjectGUID="{5637456D-5B83-4C12-A129-708FC8CF0B33}"
 
7
        RootNamespace="imp2vs"
 
8
        TargetFrameworkVersion="196613"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug with ICU|Win32"
 
20
                        OutputDirectory="$(SolutionDir)Debug"
 
21
                        IntermediateDirectory="Debug"
 
22
                        ConfigurationType="1"
 
23
                        CharacterSet="2"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                AdditionalIncludeDirectories="../../include,../../src/utilfuns/win32,../../../icu-sword/include"
 
44
                                PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="3"
 
48
                                WarningLevel="3"
 
49
                                DebugInformationFormat="4"
 
50
                        />
 
51
                        <Tool
 
52
                                Name="VCManagedResourceCompilerTool"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCPreLinkEventTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCLinkerTool"
 
62
                                AdditionalDependencies="libsword.lib icuuc.lib icuin.lib icudt.lib"
 
63
                                OutputFile="Debug\$(ProjectName).exe"
 
64
                                AdditionalLibraryDirectories="../../../icu-sword/lib,../../lib/vcppmake/vc8/ICUDebug"
 
65
                                GenerateDebugInformation="true"
 
66
                                TargetMachine="1"
 
67
                        />
 
68
                        <Tool
 
69
                                Name="VCALinkTool"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCManifestTool"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCXDCMakeTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCBscMakeTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCFxCopTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCAppVerifierTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCPostBuildEventTool"
 
88
                        />
 
89
                </Configuration>
 
90
                <Configuration
 
91
                        Name="Release with ICU|Win32"
 
92
                        OutputDirectory="$(SolutionDir)Release"
 
93
                        IntermediateDirectory="Release"
 
94
                        ConfigurationType="1"
 
95
                        CharacterSet="2"
 
96
                        WholeProgramOptimization="1"
 
97
                        >
 
98
                        <Tool
 
99
                                Name="VCPreBuildEventTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCCustomBuildTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCXMLDataGeneratorTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCWebServiceProxyGeneratorTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCMIDLTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCCLCompilerTool"
 
115
                                Optimization="2"
 
116
                                EnableIntrinsicFunctions="true"
 
117
                                AdditionalIncludeDirectories="../../include,../../src/utilfuns/win32,../../../icu-sword/include"
 
118
                                PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL"
 
119
                                RuntimeLibrary="2"
 
120
                                EnableFunctionLevelLinking="true"
 
121
                                WarningLevel="3"
 
122
                                DebugInformationFormat="3"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCManagedResourceCompilerTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCResourceCompilerTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCPreLinkEventTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCLinkerTool"
 
135
                                AdditionalDependencies="libsword.lib icuuc.lib icuin.lib icudt.lib"
 
136
                                OutputFile="Release\$(ProjectName).exe"
 
137
                                AdditionalLibraryDirectories="../../../icu-sword/lib,../../lib/vcppmake/vc8/ICURelease"
 
138
                                GenerateDebugInformation="true"
 
139
                                OptimizeReferences="2"
 
140
                                EnableCOMDATFolding="2"
 
141
                                TargetMachine="1"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCALinkTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCManifestTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCXDCMakeTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCBscMakeTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCFxCopTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCAppVerifierTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCPostBuildEventTool"
 
163
                        />
 
164
                </Configuration>
 
165
        </Configurations>
 
166
        <References>
 
167
        </References>
 
168
        <Files>
 
169
                <Filter
 
170
                        Name="Source Files"
 
171
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
172
                        UniqueIdentifier="{C07A2DAB-E315-40B1-983F-DEB141497419}"
 
173
                        >
 
174
                        <File
 
175
                                RelativePath="..\imp2vs.cpp"
 
176
                                >
 
177
                        </File>
 
178
                </Filter>
 
179
                <Filter
 
180
                        Name="Header Files"
 
181
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
182
                        UniqueIdentifier="{906D769B-5656-42F9-9153-9D6AD5CE46E1}"
 
183
                        >
 
184
                </Filter>
 
185
                <Filter
 
186
                        Name="Resource Files"
 
187
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
188
                        UniqueIdentifier="{434B6DB0-A3D0-4474-A8ED-56CE5282677D}"
 
189
                        >
 
190
                </Filter>
 
191
        </Files>
 
192
        <Globals>
 
193
        </Globals>
 
194
</VisualStudioProject>