~ubuntu-branches/debian/experimental/fltk1.3/experimental

« back to all changes in this revision

Viewing changes to ide/deprecated/ms/vcnet/scroll.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-12-24 14:58:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224145854-8mo1pemi2gj4kiab
Tags: 1.3~r8114-1
* New upstream snapshot.
* debian/libfltk{,-gl}1.3.symbols: update to reflect recent changes.
* debian/libfltk1.3-dev.docs: update per upstream README.* reorganization.
* debian/FLTKConfig.cmake: belatedly set FLTK_CAIRO_FOUND to TRUE.
* debian/FLTKLibraries-noconfig.cmake: trim stated dependencies,
  particularly for shared libraries.
* debian/control: promote some suggestions to recommendations:
  - fluid -> fltk1.3-doc (for the help browser)
  - libfltk1.3-dev -> fluid (few users entirely hand-craft UIs)
  - libfltk1.3-dev -> libglu1-mesa-dev | libgl-dev (for <FL/glu.h>)
* Thanks to Yuri D'Elia for suggesting that I review the above three files.
* src/fl_font_xft.cxx: revert XFT->core name mapping, which upstream has
  implemented in a slightly different fashion.
* debian/rules: enable "CP936" (GBK) CJK encoding support.
* debian/fluid.lintian-overrides: retire per upstream fluid.desktop
  simplification.

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.10"
5
 
        Name="scroll"
6
 
        SccProjectName=""
7
 
        SccLocalPath="">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Release|Win32"
15
 
                        OutputDirectory=".\Release"
16
 
                        IntermediateDirectory=".\Release"
17
 
                        ConfigurationType="1"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
20
 
                        <Tool
21
 
                                Name="VCCLCompilerTool"
22
 
                                Optimization="4"
23
 
                                InlineFunctionExpansion="2"
24
 
                                FavorSizeOrSpeed="2"
25
 
                                AdditionalIncludeDirectories=".,.."
26
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
27
 
                                RuntimeLibrary="2"
28
 
                                UsePrecompiledHeader="2"
29
 
                                PrecompiledHeaderFile=".\Release/scroll.pch"
30
 
                                AssemblerListingLocation=".\Release/"
31
 
                                ObjectFile=".\Release/"
32
 
                                ProgramDataBaseFileName=".\Release/"
33
 
                                SuppressStartupBanner="TRUE"
34
 
                                CompileAs="0"/>
35
 
                        <Tool
36
 
                                Name="VCCustomBuildTool"/>
37
 
                        <Tool
38
 
                                Name="VCLinkerTool"
39
 
                                AdditionalDependencies="fltk.lib comctl32.lib"
40
 
                                OutputFile="../test/scroll.exe"
41
 
                                LinkIncremental="1"
42
 
                                SuppressStartupBanner="TRUE"
43
 
                                AdditionalLibraryDirectories="..\lib"
44
 
                                IgnoreDefaultLibraryNames="libcd"
45
 
                                ProgramDatabaseFile=".\Release/scroll.pdb"
46
 
                                SubSystem="2"
47
 
                                TargetMachine="1"/>
48
 
                        <Tool
49
 
                                Name="VCMIDLTool"
50
 
                                PreprocessorDefinitions="NDEBUG"
51
 
                                MkTypLibCompatible="TRUE"
52
 
                                SuppressStartupBanner="TRUE"
53
 
                                TargetEnvironment="1"
54
 
                                TypeLibraryName=".\Release/scroll.tlb"
55
 
                                HeaderFileName=""/>
56
 
                        <Tool
57
 
                                Name="VCPostBuildEventTool"/>
58
 
                        <Tool
59
 
                                Name="VCPreBuildEventTool"/>
60
 
                        <Tool
61
 
                                Name="VCPreLinkEventTool"/>
62
 
                        <Tool
63
 
                                Name="VCResourceCompilerTool"
64
 
                                PreprocessorDefinitions="NDEBUG"
65
 
                                Culture="1033"/>
66
 
                        <Tool
67
 
                                Name="VCWebServiceProxyGeneratorTool"/>
68
 
                        <Tool
69
 
                                Name="VCXMLDataGeneratorTool"/>
70
 
                        <Tool
71
 
                                Name="VCWebDeploymentTool"/>
72
 
                        <Tool
73
 
                                Name="VCManagedWrapperGeneratorTool"/>
74
 
                        <Tool
75
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
76
 
                </Configuration>
77
 
                <Configuration
78
 
                        Name="Debug|Win32"
79
 
                        OutputDirectory=".\scroll_"
80
 
                        IntermediateDirectory=".\scroll_"
81
 
                        ConfigurationType="1"
82
 
                        UseOfMFC="0"
83
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
84
 
                        <Tool
85
 
                                Name="VCCLCompilerTool"
86
 
                                Optimization="0"
87
 
                                AdditionalIncludeDirectories=".,.."
88
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
89
 
                                RuntimeLibrary="3"
90
 
                                UsePrecompiledHeader="2"
91
 
                                PrecompiledHeaderFile=".\scroll_/scroll.pch"
92
 
                                AssemblerListingLocation=".\scroll_/"
93
 
                                ObjectFile=".\scroll_/"
94
 
                                ProgramDataBaseFileName=".\scroll_/"
95
 
                                SuppressStartupBanner="TRUE"
96
 
                                DebugInformationFormat="3"
97
 
                                CompileAs="0"/>
98
 
                        <Tool
99
 
                                Name="VCCustomBuildTool"/>
100
 
                        <Tool
101
 
                                Name="VCLinkerTool"
102
 
                                AdditionalDependencies="fltkd.lib comctl32.lib"
103
 
                                OutputFile="../test/scrolld.exe"
104
 
                                LinkIncremental="1"
105
 
                                SuppressStartupBanner="TRUE"
106
 
                                AdditionalLibraryDirectories="..\lib"
107
 
                                IgnoreDefaultLibraryNames="libcd"
108
 
                                GenerateDebugInformation="TRUE"
109
 
                                ProgramDatabaseFile=".\scroll_/scrolld.pdb"
110
 
                                SubSystem="2"
111
 
                                TargetMachine="1"/>
112
 
                        <Tool
113
 
                                Name="VCMIDLTool"
114
 
                                PreprocessorDefinitions="_DEBUG"
115
 
                                MkTypLibCompatible="TRUE"
116
 
                                SuppressStartupBanner="TRUE"
117
 
                                TargetEnvironment="1"
118
 
                                TypeLibraryName=".\scroll_/scroll.tlb"
119
 
                                HeaderFileName=""/>
120
 
                        <Tool
121
 
                                Name="VCPostBuildEventTool"/>
122
 
                        <Tool
123
 
                                Name="VCPreBuildEventTool"/>
124
 
                        <Tool
125
 
                                Name="VCPreLinkEventTool"/>
126
 
                        <Tool
127
 
                                Name="VCResourceCompilerTool"
128
 
                                PreprocessorDefinitions="_DEBUG"
129
 
                                Culture="1033"/>
130
 
                        <Tool
131
 
                                Name="VCWebServiceProxyGeneratorTool"/>
132
 
                        <Tool
133
 
                                Name="VCXMLDataGeneratorTool"/>
134
 
                        <Tool
135
 
                                Name="VCWebDeploymentTool"/>
136
 
                        <Tool
137
 
                                Name="VCManagedWrapperGeneratorTool"/>
138
 
                        <Tool
139
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
140
 
                </Configuration>
141
 
        </Configurations>
142
 
        <References>
143
 
        </References>
144
 
        <Files>
145
 
                <File
146
 
                        RelativePath="..\test\scroll.cxx">
147
 
                        <FileConfiguration
148
 
                                Name="Release|Win32">
149
 
                                <Tool
150
 
                                        Name="VCCLCompilerTool"
151
 
                                        AdditionalIncludeDirectories=""
152
 
                                        PreprocessorDefinitions=""/>
153
 
                        </FileConfiguration>
154
 
                        <FileConfiguration
155
 
                                Name="Debug|Win32">
156
 
                                <Tool
157
 
                                        Name="VCCLCompilerTool"
158
 
                                        Optimization="0"
159
 
                                        AdditionalIncludeDirectories=""
160
 
                                        PreprocessorDefinitions=""/>
161
 
                        </FileConfiguration>
162
 
                </File>
163
 
        </Files>
164
 
        <Globals>
165
 
        </Globals>
166
 
</VisualStudioProject>