~ubuntu-branches/ubuntu/natty/glbsp/natty

« back to all changes in this revision

Viewing changes to Cmdline.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Darren Salt
  • Date: 2008-01-30 13:33:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130133349-kgojg33vyiu8xbvp
Tags: 2.24-1
* New upstream release.
* Bumped the lib soname and the library package name due to one silly
  little binary incompatibility caused by changes in an exported struct.
  (Safe; nothing else currently in the archive has ever used libglbsp2.)
* Removed my patches since they're all applied upstream.
* Updated the list of documentation files.
* Build-time changes:
  - Switched from dh_movefiles to dh_install.
  - Updated my makefile to cope with upstream changes.
  - Corrected for debian-rules-ignores-make-clean-error.
  - Corrected for substvar-source-version-is-deprecated.
  - Link libglbsp, rather than glbsp, with libm and libz.
* Fixed shlibdeps. (Closes: #460387)
* Bumped standards version to 3.7.3 (no other changes).

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="7.00"
5
 
        Name="glbsp-cmdline"
6
 
        ProjectGUID="{8F467590-FDF9-4715-B431-EC161C6E72E3}"
7
 
        Keyword="Win32Proj">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory="Debug"
16
 
                        IntermediateDirectory="Debug"
17
 
                        ConfigurationType="1"
18
 
                        CharacterSet="2">
19
 
                        <Tool
20
 
                                Name="VCCLCompilerTool"
21
 
                                Optimization="0"
22
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;GLBSP_TEXT"
23
 
                                MinimalRebuild="TRUE"
24
 
                                BasicRuntimeChecks="3"
25
 
                                RuntimeLibrary="5"
26
 
                                UsePrecompiledHeader="0"
27
 
                                WarningLevel="3"
28
 
                                Detect64BitPortabilityProblems="TRUE"
29
 
                                DebugInformationFormat="4"/>
30
 
                        <Tool
31
 
                                Name="VCCustomBuildTool"/>
32
 
                        <Tool
33
 
                                Name="VCLinkerTool"
34
 
                                OutputFile="$(OutDir)/glbsp.exe"
35
 
                                LinkIncremental="2"
36
 
                                GenerateDebugInformation="TRUE"
37
 
                                ProgramDatabaseFile="$(OutDir)/cmdline.pdb"
38
 
                                SubSystem="1"
39
 
                                TargetMachine="1"/>
40
 
                        <Tool
41
 
                                Name="VCMIDLTool"/>
42
 
                        <Tool
43
 
                                Name="VCPostBuildEventTool"/>
44
 
                        <Tool
45
 
                                Name="VCPreBuildEventTool"/>
46
 
                        <Tool
47
 
                                Name="VCPreLinkEventTool"/>
48
 
                        <Tool
49
 
                                Name="VCResourceCompilerTool"/>
50
 
                        <Tool
51
 
                                Name="VCWebServiceProxyGeneratorTool"/>
52
 
                        <Tool
53
 
                                Name="VCWebDeploymentTool"/>
54
 
                </Configuration>
55
 
                <Configuration
56
 
                        Name="Release|Win32"
57
 
                        OutputDirectory="Release"
58
 
                        IntermediateDirectory="Release"
59
 
                        ConfigurationType="1"
60
 
                        CharacterSet="2">
61
 
                        <Tool
62
 
                                Name="VCCLCompilerTool"
63
 
                                Optimization="2"
64
 
                                InlineFunctionExpansion="1"
65
 
                                OmitFramePointers="TRUE"
66
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GLBSP_TEXT"
67
 
                                StringPooling="TRUE"
68
 
                                RuntimeLibrary="4"
69
 
                                EnableFunctionLevelLinking="TRUE"
70
 
                                UsePrecompiledHeader="0"
71
 
                                WarningLevel="3"
72
 
                                Detect64BitPortabilityProblems="TRUE"
73
 
                                DebugInformationFormat="3"/>
74
 
                        <Tool
75
 
                                Name="VCCustomBuildTool"/>
76
 
                        <Tool
77
 
                                Name="VCLinkerTool"
78
 
                                OutputFile="$(OutDir)/glbsp.exe"
79
 
                                LinkIncremental="1"
80
 
                                GenerateDebugInformation="TRUE"
81
 
                                SubSystem="1"
82
 
                                OptimizeReferences="2"
83
 
                                EnableCOMDATFolding="2"
84
 
                                TargetMachine="1"/>
85
 
                        <Tool
86
 
                                Name="VCMIDLTool"/>
87
 
                        <Tool
88
 
                                Name="VCPostBuildEventTool"/>
89
 
                        <Tool
90
 
                                Name="VCPreBuildEventTool"/>
91
 
                        <Tool
92
 
                                Name="VCPreLinkEventTool"/>
93
 
                        <Tool
94
 
                                Name="VCResourceCompilerTool"/>
95
 
                        <Tool
96
 
                                Name="VCWebServiceProxyGeneratorTool"/>
97
 
                        <Tool
98
 
                                Name="VCWebDeploymentTool"/>
99
 
                </Configuration>
100
 
        </Configurations>
101
 
        <Files>
102
 
                <Filter
103
 
                        Name="Source Files"
104
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
105
 
                        <File
106
 
                                RelativePath="analyze.c">
107
 
                        </File>
108
 
                        <File
109
 
                                RelativePath="blockmap.c">
110
 
                        </File>
111
 
                        <File
112
 
                                RelativePath="cmdline\display.c">
113
 
                        </File>
114
 
                        <File
115
 
                                RelativePath="glbsp.c">
116
 
                        </File>
117
 
                        <File
118
 
                                RelativePath="level.c">
119
 
                        </File>
120
 
                        <File
121
 
                                RelativePath="cmdline\main.c">
122
 
                        </File>
123
 
                        <File
124
 
                                RelativePath="node.c">
125
 
                        </File>
126
 
                        <File
127
 
                                RelativePath="reject.c">
128
 
                        </File>
129
 
                        <File
130
 
                                RelativePath="seg.c">
131
 
                        </File>
132
 
                        <File
133
 
                                RelativePath="system.c">
134
 
                        </File>
135
 
                        <File
136
 
                                RelativePath="util.c">
137
 
                        </File>
138
 
                        <File
139
 
                                RelativePath="wad.c">
140
 
                        </File>
141
 
                </Filter>
142
 
                <Filter
143
 
                        Name="Header Files"
144
 
                        Filter="h;hpp;hxx;hm;inl;inc">
145
 
                        <File
146
 
                                RelativePath="analyze.h">
147
 
                        </File>
148
 
                        <File
149
 
                                RelativePath="blockmap.h">
150
 
                        </File>
151
 
                        <File
152
 
                                RelativePath="cmdline\display.h">
153
 
                        </File>
154
 
                        <File
155
 
                                RelativePath="glbsp.h">
156
 
                        </File>
157
 
                        <File
158
 
                                RelativePath="level.h">
159
 
                        </File>
160
 
                        <File
161
 
                                RelativePath="node.h">
162
 
                        </File>
163
 
                        <File
164
 
                                RelativePath="reject.h">
165
 
                        </File>
166
 
                        <File
167
 
                                RelativePath="seg.h">
168
 
                        </File>
169
 
                        <File
170
 
                                RelativePath="structs.h">
171
 
                        </File>
172
 
                        <File
173
 
                                RelativePath="system.h">
174
 
                        </File>
175
 
                        <File
176
 
                                RelativePath="util.h">
177
 
                        </File>
178
 
                        <File
179
 
                                RelativePath="wad.h">
180
 
                        </File>
181
 
                </Filter>
182
 
                <Filter
183
 
                        Name="Resource Files"
184
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
185
 
                </Filter>
186
 
        </Files>
187
 
        <Globals>
188
 
        </Globals>
189
 
</VisualStudioProject>