Subversion Repositories Kolibri OS

Rev

Rev 646 | Rev 799 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 646 Rev 701
1
 
1
 
2
 
2
 
3
	ProjectType="Visual C++"
3
	ProjectType="Visual C++"
4
	Version="8,00"
4
	Version="8,00"
5
	Name="ac97snd"
5
	Name="ac97snd"
6
	ProjectGUID="{5146AAEE-C15C-47C5-A245-64050C820145}"
6
	ProjectGUID="{5146AAEE-C15C-47C5-A245-64050C820145}"
7
	RootNamespace="ac97snd"
7
	RootNamespace="ac97snd"
8
	Keyword="Win32Proj"
8
	Keyword="Win32Proj"
9
	>
9
	>
10
	
10
	
11
		
11
		
12
			Name="Win32"
12
			Name="Win32"
13
		/>
13
		/>
14
	
14
	
15
	
15
	
16
		
16
		
17
			RelativePath="..\..\..\VStudio 8\Common7\IDE\fasm.rules"
17
			RelativePath="..\fasm.rules"
18
		/>
18
		/>
19
	
19
	
20
	
20
	
21
		
21
		
22
			Name="Debug|Win32"
22
			Name="Debug|Win32"
23
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
23
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
24
			IntermediateDirectory="$(ConfigurationName)"
24
			IntermediateDirectory="$(ConfigurationName)"
25
			ConfigurationType="1"
25
			ConfigurationType="1"
26
			CharacterSet="2"
26
			CharacterSet="2"
27
			WholeProgramOptimization="1"
27
			WholeProgramOptimization="1"
28
			>
28
			>
29
			
29
			
30
				Name="VCPreBuildEventTool"
30
				Name="VCPreBuildEventTool"
31
			/>
31
			/>
32
			
32
			
33
				Name="VCCustomBuildTool"
33
				Name="VCCustomBuildTool"
34
			/>
34
			/>
35
			
35
			
36
				Name="FASM"
36
				Name="FASM"
37
			/>
37
			/>
38
			
38
			
39
				Name="VCXMLDataGeneratorTool"
39
				Name="VCXMLDataGeneratorTool"
40
			/>
40
			/>
41
			
41
			
42
				Name="VCWebServiceProxyGeneratorTool"
42
				Name="VCWebServiceProxyGeneratorTool"
43
			/>
43
			/>
44
			
44
			
45
				Name="VCMIDLTool"
45
				Name="VCMIDLTool"
46
			/>
46
			/>
47
			
47
			
48
				Name="VCCLCompilerTool"
48
				Name="VCCLCompilerTool"
49
				Optimization="1"
49
				Optimization="1"
50
				OmitFramePointers="true"
50
				OmitFramePointers="true"
51
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
51
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
52
				MinimalRebuild="false"
52
				MinimalRebuild="false"
53
				ExceptionHandling="0"
53
				ExceptionHandling="0"
54
				BasicRuntimeChecks="0"
54
				BasicRuntimeChecks="0"
55
				RuntimeLibrary="0"
55
				RuntimeLibrary="0"
56
				StructMemberAlignment="1"
56
				StructMemberAlignment="1"
57
				BufferSecurityCheck="false"
57
				BufferSecurityCheck="false"
58
				FloatingPointModel="2"
58
				FloatingPointModel="2"
59
				UsePrecompiledHeader="0"
59
				UsePrecompiledHeader="0"
60
				WarningLevel="3"
60
				WarningLevel="3"
61
				Detect64BitPortabilityProblems="false"
61
				Detect64BitPortabilityProblems="false"
62
				DebugInformationFormat="0"
62
				DebugInformationFormat="0"
63
			/>
63
			/>
64
			
64
			
65
				Name="VCManagedResourceCompilerTool"
65
				Name="VCManagedResourceCompilerTool"
66
			/>
66
			/>
67
			
67
			
68
				Name="VCResourceCompilerTool"
68
				Name="VCResourceCompilerTool"
69
			/>
69
			/>
70
			
70
			
71
				Name="VCPreLinkEventTool"
71
				Name="VCPreLinkEventTool"
72
			/>
72
			/>
73
			
73
			
74
				Name="VCLinkerTool"
74
				Name="VCLinkerTool"
75
				AdditionalDependencies="$(OutDir)\mpg.lib $(OutDir)\sound.lib"
75
				AdditionalDependencies="$(OutDir)\mpg.lib $(OutDir)\sound.lib"
76
				LinkIncremental="1"
76
				LinkIncremental="1"
77
				GenerateManifest="false"
77
				GenerateManifest="false"
78
				IgnoreAllDefaultLibraries="true"
78
				IgnoreAllDefaultLibraries="true"
79
				GenerateDebugInformation="false"
79
				GenerateDebugInformation="false"
80
				SubSystem="1"
80
				SubSystem="1"
81
				OptimizeReferences="2"
81
				OptimizeReferences="2"
82
				EnableCOMDATFolding="2"
82
				EnableCOMDATFolding="2"
83
				OptimizeForWindows98="1"
83
				OptimizeForWindows98="1"
84
				EntryPointSymbol="crtStartUp"
84
				EntryPointSymbol="crtStartUp"
85
				BaseAddress="0x00000000"
85
				BaseAddress="0x00000000"
86
				MergeSections=".rdata=.text "
86
				MergeSections=".rdata=.text "
87
				TargetMachine="1"
87
				TargetMachine="1"
88
				FixedBaseAddress="2"
88
				FixedBaseAddress="2"
89
			/>
89
			/>
90
			
90
			
91
				Name="VCALinkTool"
91
				Name="VCALinkTool"
92
			/>
92
			/>
93
			
93
			
94
				Name="VCManifestTool"
94
				Name="VCManifestTool"
95
			/>
95
			/>
96
			
96
			
97
				Name="VCXDCMakeTool"
97
				Name="VCXDCMakeTool"
98
			/>
98
			/>
99
			
99
			
100
				Name="VCBscMakeTool"
100
				Name="VCBscMakeTool"
101
			/>
101
			/>
102
			
102
			
103
				Name="VCFxCopTool"
103
				Name="VCFxCopTool"
104
			/>
104
			/>
105
			
105
			
106
				Name="VCAppVerifierTool"
106
				Name="VCAppVerifierTool"
107
			/>
107
			/>
108
			
108
			
109
				Name="VCWebDeploymentTool"
109
				Name="VCWebDeploymentTool"
110
			/>
110
			/>
111
			
111
			
112
				Name="VCPostBuildEventTool"
112
				Name="VCPostBuildEventTool"
113
			/>
113
			/>
114
		
114
		
115
		
115
		
116
			Name="Release|Win32"
116
			Name="Release|Win32"
117
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
117
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
118
			IntermediateDirectory="$(ConfigurationName)"
118
			IntermediateDirectory="$(ConfigurationName)"
119
			ConfigurationType="1"
119
			ConfigurationType="1"
120
			CharacterSet="2"
120
			CharacterSet="2"
121
			WholeProgramOptimization="1"
121
			WholeProgramOptimization="1"
122
			>
122
			>
123
			
123
			
124
				Name="VCPreBuildEventTool"
124
				Name="VCPreBuildEventTool"
125
			/>
125
			/>
126
			
126
			
127
				Name="VCCustomBuildTool"
127
				Name="VCCustomBuildTool"
128
			/>
128
			/>
129
			
129
			
130
				Name="FASM"
130
				Name="FASM"
131
			/>
131
			/>
132
			
132
			
133
				Name="VCXMLDataGeneratorTool"
133
				Name="VCXMLDataGeneratorTool"
134
			/>
134
			/>
135
			
135
			
136
				Name="VCWebServiceProxyGeneratorTool"
136
				Name="VCWebServiceProxyGeneratorTool"
137
			/>
137
			/>
138
			
138
			
139
				Name="VCMIDLTool"
139
				Name="VCMIDLTool"
140
			/>
140
			/>
141
			
141
			
142
				Name="VCCLCompilerTool"
142
				Name="VCCLCompilerTool"
143
				Optimization="2"
143
				Optimization="2"
144
				InlineFunctionExpansion="0"
144
				InlineFunctionExpansion="0"
145
				EnableIntrinsicFunctions="false"
145
				EnableIntrinsicFunctions="false"
146
				FavorSizeOrSpeed="1"
146
				FavorSizeOrSpeed="1"
147
				OmitFramePointers="true"
147
				OmitFramePointers="true"
148
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
148
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
149
				ExceptionHandling="0"
149
				ExceptionHandling="0"
150
				RuntimeLibrary="0"
150
				RuntimeLibrary="0"
151
				StructMemberAlignment="1"
151
				StructMemberAlignment="1"
152
				BufferSecurityCheck="false"
152
				BufferSecurityCheck="false"
153
				FloatingPointModel="2"
153
				FloatingPointModel="2"
154
				UsePrecompiledHeader="0"
154
				UsePrecompiledHeader="0"
155
				WarningLevel="3"
155
				WarningLevel="3"
156
				Detect64BitPortabilityProblems="false"
156
				Detect64BitPortabilityProblems="false"
157
				DebugInformationFormat="0"
157
				DebugInformationFormat="0"
158
			/>
158
			/>
159
			
159
			
160
				Name="VCManagedResourceCompilerTool"
160
				Name="VCManagedResourceCompilerTool"
161
			/>
161
			/>
162
			
162
			
163
				Name="VCResourceCompilerTool"
163
				Name="VCResourceCompilerTool"
164
			/>
164
			/>
165
			
165
			
166
				Name="VCPreLinkEventTool"
166
				Name="VCPreLinkEventTool"
167
			/>
167
			/>
168
			
168
			
169
				Name="VCLinkerTool"
169
				Name="VCLinkerTool"
170
				AdditionalDependencies="$(OutDir)\sound.lib $(OutDir)\mpg.lib $(OutDir)\ufmod.obj"
170
				AdditionalDependencies="$(OutDir)\sound.lib $(OutDir)\mpg.lib $(OutDir)\ufmod.obj"
171
				LinkIncremental="1"
171
				LinkIncremental="1"
172
				GenerateManifest="false"
172
				GenerateManifest="false"
173
				IgnoreAllDefaultLibraries="true"
173
				IgnoreAllDefaultLibraries="true"
174
				GenerateDebugInformation="false"
174
				GenerateDebugInformation="false"
175
				SubSystem="1"
175
				SubSystem="1"
176
				LargeAddressAware="1"
176
				LargeAddressAware="1"
177
				TerminalServerAware="1"
177
				TerminalServerAware="1"
178
				Driver="0"
178
				Driver="0"
179
				OptimizeReferences="2"
179
				OptimizeReferences="2"
180
				EnableCOMDATFolding="2"
180
				EnableCOMDATFolding="2"
181
				EntryPointSymbol="crtStartUp"
181
				EntryPointSymbol="crtStartUp"
182
				BaseAddress="0x00000000"
182
				BaseAddress="0x00000000"
183
				MergeSections=".rdata=.text "
183
				MergeSections=".rdata=.text "
184
				TargetMachine="1"
184
				TargetMachine="1"
185
				FixedBaseAddress="2"
185
				FixedBaseAddress="2"
186
				Profile="false"
186
				Profile="false"
187
			/>
187
			/>
188
			
188
			
189
				Name="VCALinkTool"
189
				Name="VCALinkTool"
190
			/>
190
			/>
191
			
191
			
192
				Name="VCManifestTool"
192
				Name="VCManifestTool"
193
			/>
193
			/>
194
			
194
			
195
				Name="VCXDCMakeTool"
195
				Name="VCXDCMakeTool"
196
			/>
196
			/>
197
			
197
			
198
				Name="VCBscMakeTool"
198
				Name="VCBscMakeTool"
199
			/>
199
			/>
200
			
200
			
201
				Name="VCFxCopTool"
201
				Name="VCFxCopTool"
202
			/>
202
			/>
203
			
203
			
204
				Name="VCAppVerifierTool"
204
				Name="VCAppVerifierTool"
205
			/>
205
			/>
206
			
206
			
207
				Name="VCWebDeploymentTool"
207
				Name="VCWebDeploymentTool"
208
			/>
208
			/>
209
			
209
			
210
				Name="VCPostBuildEventTool"
210
				Name="VCPostBuildEventTool"
211
			/>
211
			/>
212
		
212
		
213
	
213
	
214
	
214
	
215
	
215
	
216
	
216
	
217
		
217
		
218
			Name="Source Files"
218
			Name="Source Files"
219
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
219
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
220
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
220
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
221
			>
221
			>
222
			
222
			
223
				RelativePath=".\ac97wav.c"
223
				RelativePath=".\ac97wav.c"
224
				>
224
				>
225
				
225
				
226
					Name="Release|Win32"
226
					Name="Release|Win32"
227
					>
227
					>
228
					
228
					
229
						Name="VCCLCompilerTool"
229
						Name="VCCLCompilerTool"
230
						Optimization="2"
230
						Optimization="2"
231
						InlineFunctionExpansion="0"
231
						InlineFunctionExpansion="0"
232
						EnableIntrinsicFunctions="true"
232
						EnableIntrinsicFunctions="true"
233
						FavorSizeOrSpeed="1"
233
						FavorSizeOrSpeed="1"
234
					/>
234
					/>
235
				
235
				
236
			
236
			
237
			
237
			
238
				RelativePath=".\crt.c"
238
				RelativePath=".\crt.c"
239
				>
239
				>
240
			
240
			
241
			
241
			
242
				RelativePath=".\k_lib.asm"
242
				RelativePath=".\k_lib.asm"
243
				>
243
				>
244
			
244
			
245
		
245
		
246
		
246
		
247
			Name="Header Files"
247
			Name="Header Files"
248
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
248
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
249
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
249
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
250
			>
250
			>
251
			
251
			
252
				RelativePath=".\ac97wav.h"
252
				RelativePath=".\ac97wav.h"
253
				>
253
				>
254
			
254
			
255
			
255
			
256
				RelativePath=".\crt.h"
256
				RelativePath=".\crt.h"
257
				>
257
				>
258
			
258
			
259
			
259
			
260
				RelativePath="..\kolibri.h"
260
				RelativePath="..\kolibri.h"
261
				>
261
				>
262
			
262
			
263
			
263
			
264
				RelativePath="..\sound.h"
264
				RelativePath="..\sound.h"
265
				>
265
				>
266
			
266
			
267
		
267
		
268
		
268
		
269
			Name="Resource Files"
269
			Name="Resource Files"
270
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
270
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
271
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
271
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
272
			>
272
			>
273
		
273
		
274
	
274
	
275
	
275
	
276
	
276
	
277
 
277
 
278
>
278
>
279
>
279
>
280
>
280
>
281
>
281
>
282
>
282
>
283
>
283
>
284
>
284
>
285
>
285
>
286
>
286
>
287
>
287
>
288
>
288
>
289
>
289
>
290
>
290
>
291
>
291
>
292
>
292
>
293
>
293
>
294
>
294
>
295
>
295
>
296
>
296
>
297
>
297
>
298
>
298
>
299
>
299
>
300
>
300
>
301
>
301
>
302
>
302
>
303
>
303
>
304
>
304
>
305
>
305
>
306
>
306
>
307
>
307
>
308
>
308
>
309
>
309
>
310
>
310
>
311
>
311
>
312
>
312
>
313
>
313
>
314
>
314
>
315
>
315
>
316
>
316
>
317
>
317
>
318
>
318
>
319
>
319
>
320
>
320
>
321
>
321
>
322
>
322
>
323
>
323
>
324
>
324
>
325
>
325
>
326
>
326
>
327
>
327
>
328
>
328
>
329
>
329
>
330
>
330
>
331
>
331
>
332
>
332
>