source: rtems-graphics-toolkit/jpeg-7/maketvcp.vc9 @ 2abf143

base initial
Last change on this file since 2abf143 was 2abf143, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/09 at 00:59:55

Initial import of jpeg and tiff libraries.

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="jpegtran"
6        ProjectGUID="{813C33AF-9031-49D2-BA19-93D600CDD404}"
7        RootNamespace="jpegtran"
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="Release|Win32"
21                        OutputDirectory="$(ProjectName)\$(ConfigurationName)"
22                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
23                        ConfigurationType="1"
24                        CharacterSet="0"
25                        WholeProgramOptimization="1"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                Optimization="3"
45                                EnableIntrinsicFunctions="false"
46                                EnableFiberSafeOptimizations="true"
47                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
48                                RuntimeLibrary="2"
49                                EnableFunctionLevelLinking="true"
50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                DebugInformationFormat="3"
53                                CompileAs="0"
54                                DisableSpecificWarnings="4996"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                AdditionalDependencies="Release\jpeg.lib"
68                                LinkIncremental="1"
69                                GenerateDebugInformation="true"
70                                SubSystem="1"
71                                OptimizeReferences="2"
72                                EnableCOMDATFolding="2"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97        </Configurations>
98        <References>
99        </References>
100        <Files>
101                <Filter
102                        Name="Quelldateien"
103                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
104                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
105                        >
106                        <File
107                                RelativePath=".\cdjpeg.c"
108                                >
109                        </File>
110                        <File
111                                RelativePath=".\jpegtran.c"
112                                >
113                        </File>
114                        <File
115                                RelativePath=".\rdswitch.c"
116                                >
117                        </File>
118                        <File
119                                RelativePath=".\transupp.c"
120                                >
121                        </File>
122                </Filter>
123                <Filter
124                        Name="Headerdateien"
125                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
126                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
127                        >
128                        <File
129                                RelativePath=".\cderror.h"
130                                >
131                        </File>
132                        <File
133                                RelativePath=".\cdjpeg.h"
134                                >
135                        </File>
136                        <File
137                                RelativePath=".\jconfig.h"
138                                >
139                        </File>
140                        <File
141                                RelativePath=".\jerror.h"
142                                >
143                        </File>
144                        <File
145                                RelativePath=".\jinclude.h"
146                                >
147                        </File>
148                        <File
149                                RelativePath=".\jmorecfg.h"
150                                >
151                        </File>
152                        <File
153                                RelativePath=".\jpegint.h"
154                                >
155                        </File>
156                        <File
157                                RelativePath=".\jpeglib.h"
158                                >
159                        </File>
160                        <File
161                                RelativePath=".\jversion.h"
162                                >
163                        </File>
164                        <File
165                                RelativePath=".\transupp.h"
166                                >
167                        </File>
168                </Filter>
169                <Filter
170                        Name="Ressourcendateien"
171                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
172                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
173                        >
174                </Filter>
175        </Files>
176        <Globals>
177        </Globals>
178</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.