Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/freealut-1.1.0/admin/VisualStudioDotNET/alut/alut.vcproj @ 54

Last change on this file since 54 was 14, checked in by landauf, 17 years ago

added freealut

File size: 4.1 KB
Line 
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.00"
5        Name="alut"
6        ProjectGUID="{07149BCB-BE8A-4503-BE18-815D64233116}"
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="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\include;..\..\..\include"
23                                PreprocessorDefinitions="ALUT_BUILD_LIBRARY;HAVE__STAT;HAVE_BASETSD_H;HAVE_SLEEP;HAVE_WINDOWS_H"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="openal32.lib"
36                                OutputFile="$(OutDir)/alut.dll"
37                                LinkIncremental="2"
38                                AdditionalLibraryDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\libs\Win32"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/alut.pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/alut.lib"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"/>
48                        <Tool
49                                Name="VCPreBuildEventTool"/>
50                        <Tool
51                                Name="VCPreLinkEventTool"/>
52                        <Tool
53                                Name="VCResourceCompilerTool"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                        <Tool
57                                Name="VCWebDeploymentTool"/>
58                </Configuration>
59                <Configuration
60                        Name="Release|Win32"
61                        OutputDirectory="Release"
62                        IntermediateDirectory="Release"
63                        ConfigurationType="2"
64                        CharacterSet="2">
65                        <Tool
66                                Name="VCCLCompilerTool"
67                                Optimization="2"
68                                InlineFunctionExpansion="1"
69                                OmitFramePointers="TRUE"
70                                AdditionalIncludeDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\include;..\..\..\include"
71                                PreprocessorDefinitions="ALUT_BUILD_LIBRARY;HAVE__STAT;HAVE_BASETSD_H;HAVE_SLEEP;HAVE_WINDOWS_H"
72                                StringPooling="TRUE"
73                                RuntimeLibrary="2"
74                                EnableFunctionLevelLinking="TRUE"
75                                UsePrecompiledHeader="0"
76                                WarningLevel="3"
77                                Detect64BitPortabilityProblems="TRUE"
78                                DebugInformationFormat="3"/>
79                        <Tool
80                                Name="VCCustomBuildTool"/>
81                        <Tool
82                                Name="VCLinkerTool"
83                                AdditionalDependencies="openal32.lib"
84                                OutputFile="$(OutDir)/alut.dll"
85                                LinkIncremental="1"
86                                AdditionalLibraryDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\libs\Win32"
87                                GenerateDebugInformation="TRUE"
88                                SubSystem="2"
89                                OptimizeReferences="2"
90                                EnableCOMDATFolding="2"
91                                ImportLibrary="$(OutDir)/alut.lib"
92                                TargetMachine="1"/>
93                        <Tool
94                                Name="VCMIDLTool"/>
95                        <Tool
96                                Name="VCPostBuildEventTool"/>
97                        <Tool
98                                Name="VCPreBuildEventTool"/>
99                        <Tool
100                                Name="VCPreLinkEventTool"/>
101                        <Tool
102                                Name="VCResourceCompilerTool"/>
103                        <Tool
104                                Name="VCWebServiceProxyGeneratorTool"/>
105                        <Tool
106                                Name="VCWebDeploymentTool"/>
107                </Configuration>
108        </Configurations>
109        <Files>
110                <Filter
111                        Name="Source Files"
112                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
113                        <File
114                                RelativePath="..\..\..\src\alutBufferData.c">
115                        </File>
116                        <File
117                                RelativePath="..\..\..\src\alutCodec.c">
118                        </File>
119                        <File
120                                RelativePath="..\..\..\src\alutError.c">
121                        </File>
122                        <File
123                                RelativePath="..\..\..\src\alutInit.c">
124                        </File>
125                        <File
126                                RelativePath="..\..\..\src\alutInputStream.c">
127                        </File>
128                        <File
129                                RelativePath="..\..\..\src\alutLoader.c">
130                        </File>
131                        <File
132                                RelativePath="..\..\..\src\alutOutputStream.c">
133                        </File>
134                        <File
135                                RelativePath="..\..\..\src\alutUtil.c">
136                        </File>
137                        <File
138                                RelativePath="..\..\..\src\alutVersion.c">
139                        </File>
140                        <File
141                                RelativePath="..\..\..\src\alutWaveform.c">
142                        </File>
143                </Filter>
144                <Filter
145                        Name="Header Files"
146                        Filter="h;hpp;hxx;hm;inl;inc">
147                        <File
148                                RelativePath="..\..\..\src\alutInternal.h">
149                        </File>
150                </Filter>
151                <Filter
152                        Name="ALUT Header"
153                        Filter="">
154                        <File
155                                RelativePath="..\..\..\include\AL\alut.h">
156                        </File>
157                </Filter>
158        </Files>
159        <Globals>
160        </Globals>
161</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.