comparison VisualC/sdl_sound_dll.dsp @ 438:72ccb2916418

Initial add.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 12 Jan 2003 21:11:15 +0000
parents
children
comparison
equal deleted inserted replaced
437:e01cfef3306a 438:72ccb2916418
1 # Microsoft Developer Studio Project File - Name="sdl_sound_dll" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=sdl_sound_dll - Win32 Debug
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "sdl_sound_dll.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "sdl_sound_dll.mak" CFG="sdl_sound_dll - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "sdl_sound_dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "sdl_sound_dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 MTL=midl.exe
30 RSC=rc.exe
31
32 !IF "$(CFG)" == "sdl_sound_dll - Win32 Release"
33
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 0
40 # PROP Use_Debug_Libraries 0
41 # PROP Output_Dir "win32lib"
42 # PROP Intermediate_Dir "Release"
43 # PROP Ignore_Export_Lib 0
44 # PROP Target_Dir ""
45 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SDL_SOUND_DLL_EXPORTS" /YX /FD /c
46 # ADD CPP /nologo /MD /W3 /GX /O1 /I "..\\" /I "..\decoders" /I "..\decoders\timidity" /I "..\decoders\mpglib" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SDL_SOUND_DLL_EXPORTS" /D "NDEBUG" /D "_LIB" /D "SOUND_SUPPORTS_AU" /D "SOUND_SUPPORTS_AIFF" /D "SOUND_SUPPORTS_SHN" /D "SOUND_SUPPORTS_MIDI" /D "SOUND_SUPPORTS_WAV" /D "SOUND_SUPPORTS_VOC" /D "SOUND_SUPPORTS_MIKMOD" /D "SOUND_SUPPORTS_MPGLIB" /D "SOUND_SUPPORTS_SMPEG" /D "SOUND_SUPPORTS_OGG" /D "SOUND_SUPPORTS_RAW" /D "SOUND_SUPPORTS_MODPLUG" /D "SOUND_SUPPORTS_FLAC" /YX /FD /c
47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD RSC /l 0x409 /d "NDEBUG"
51 BSC32=bscmake.exe
52 # ADD BASE BSC32 /nologo
53 # ADD BSC32 /nologo
54 LINK32=link.exe
55 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
56 # ADD LINK32 sdl.lib vorbis.lib vorbisfile.lib ogg.lib smpeg.lib libFLAC.lib mikmod.lib modplug.lib /nologo /dll /machine:I386 /out:"win32lib/sdl_sound.dll"
57
58 !ELSEIF "$(CFG)" == "sdl_sound_dll - Win32 Debug"
59
60 # PROP BASE Use_MFC 0
61 # PROP BASE Use_Debug_Libraries 1
62 # PROP BASE Output_Dir "Debug"
63 # PROP BASE Intermediate_Dir "Debug"
64 # PROP BASE Target_Dir ""
65 # PROP Use_MFC 0
66 # PROP Use_Debug_Libraries 1
67 # PROP Output_Dir "win32lib"
68 # PROP Intermediate_Dir "Debug"
69 # PROP Ignore_Export_Lib 0
70 # PROP Target_Dir ""
71 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SDL_SOUND_DLL_EXPORTS" /YX /FD /GZ /c
72 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\\" /I "..\decoders" /I "..\decoders\timidity" /I "..\decoders\mpglib" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SDL_SOUND_DLL_EXPORTS" /D "NDEBUG" /D "_LIB" /D "SOUND_SUPPORTS_AU" /D "SOUND_SUPPORTS_AIFF" /D "SOUND_SUPPORTS_SHN" /D "SOUND_SUPPORTS_MIDI" /D "SOUND_SUPPORTS_WAV" /D "SOUND_SUPPORTS_VOC" /D "SOUND_SUPPORTS_MIKMOD" /D "SOUND_SUPPORTS_MPGLIB" /D "SOUND_SUPPORTS_SMPEG" /D "SOUND_SUPPORTS_OGG" /D "SOUND_SUPPORTS_RAW" /D "SOUND_SUPPORTS_MODPLUG" /D "SOUND_SUPPORTS_FLAC" /YX /FD /GZ /c
73 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
74 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75 # ADD BASE RSC /l 0x409 /d "_DEBUG"
76 # ADD RSC /l 0x409 /d "_DEBUG"
77 BSC32=bscmake.exe
78 # ADD BASE BSC32 /nologo
79 # ADD BSC32 /nologo
80 LINK32=link.exe
81 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
82 # ADD LINK32 sdl.lib vorbis.lib vorbisfile.lib ogg.lib smpeg.lib libFLAC.lib mikmod.lib modplug.lib /nologo /dll /debug /machine:I386 /out:"win32lib/sdl_sound_d.dll" /pdbtype:sept
83
84 !ENDIF
85
86 # Begin Target
87
88 # Name "sdl_sound_dll - Win32 Release"
89 # Name "sdl_sound_dll - Win32 Debug"
90 # Begin Group "Source Files"
91
92 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
93 # Begin Group "decoders"
94
95 # PROP Default_Filter ""
96 # Begin Group "mpglib"
97
98 # PROP Default_Filter ""
99 # Begin Source File
100
101 SOURCE=..\decoders\mpglib\dct64_i386.c
102 # End Source File
103 # Begin Source File
104
105 SOURCE=..\decoders\mpglib\decode_i386.c
106 # End Source File
107 # Begin Source File
108
109 SOURCE=..\decoders\mpglib\huffman.h
110 # End Source File
111 # Begin Source File
112
113 SOURCE=..\decoders\mpglib\interface.c
114 # End Source File
115 # Begin Source File
116
117 SOURCE=..\decoders\mpglib\l2tables.h
118 # End Source File
119 # Begin Source File
120
121 SOURCE=..\decoders\mpglib\layer1.c
122 # End Source File
123 # Begin Source File
124
125 SOURCE=..\decoders\mpglib\layer2.c
126 # End Source File
127 # Begin Source File
128
129 SOURCE=..\decoders\mpglib\layer3.c
130 # End Source File
131 # Begin Source File
132
133 SOURCE=..\decoders\mpglib\mpg123_sdlsound.h
134 # End Source File
135 # Begin Source File
136
137 SOURCE=..\decoders\mpglib\mpglib_common.c
138 # End Source File
139 # Begin Source File
140
141 SOURCE=..\decoders\mpglib\mpglib_sdlsound.h
142 # End Source File
143 # Begin Source File
144
145 SOURCE=..\decoders\mpglib\tabinit.c
146 # End Source File
147 # End Group
148 # Begin Group "timidity"
149
150 # PROP Default_Filter ""
151 # Begin Source File
152
153 SOURCE=..\decoders\timidity\common.c
154 # End Source File
155 # Begin Source File
156
157 SOURCE=..\decoders\timidity\common.h
158 # End Source File
159 # Begin Source File
160
161 SOURCE=..\decoders\timidity\instrum.c
162 # End Source File
163 # Begin Source File
164
165 SOURCE=..\decoders\timidity\instrum.h
166 # End Source File
167 # Begin Source File
168
169 SOURCE=..\decoders\timidity\mix.c
170 # End Source File
171 # Begin Source File
172
173 SOURCE=..\decoders\timidity\mix.h
174 # End Source File
175 # Begin Source File
176
177 SOURCE=..\decoders\timidity\options.h
178 # End Source File
179 # Begin Source File
180
181 SOURCE=..\decoders\timidity\output.c
182 # End Source File
183 # Begin Source File
184
185 SOURCE=..\decoders\timidity\output.h
186 # End Source File
187 # Begin Source File
188
189 SOURCE=..\decoders\timidity\playmidi.c
190 # End Source File
191 # Begin Source File
192
193 SOURCE=..\decoders\timidity\playmidi.h
194 # End Source File
195 # Begin Source File
196
197 SOURCE=..\decoders\timidity\readmidi.c
198 # End Source File
199 # Begin Source File
200
201 SOURCE=..\decoders\timidity\readmidi.h
202 # End Source File
203 # Begin Source File
204
205 SOURCE=..\decoders\timidity\resample.c
206 # End Source File
207 # Begin Source File
208
209 SOURCE=..\decoders\timidity\resample.h
210 # End Source File
211 # Begin Source File
212
213 SOURCE=..\decoders\timidity\tables.c
214 # End Source File
215 # Begin Source File
216
217 SOURCE=..\decoders\timidity\tables.h
218 # End Source File
219 # Begin Source File
220
221 SOURCE=..\decoders\timidity\timidity.c
222 # End Source File
223 # Begin Source File
224
225 SOURCE=..\decoders\timidity\timidity.h
226 # End Source File
227 # End Group
228 # Begin Source File
229
230 SOURCE=..\decoders\aiff.c
231 # End Source File
232 # Begin Source File
233
234 SOURCE=..\decoders\au.c
235 # End Source File
236 # Begin Source File
237
238 SOURCE=..\decoders\flac.c
239 # End Source File
240 # Begin Source File
241
242 SOURCE=..\decoders\midi.c
243 # End Source File
244 # Begin Source File
245
246 SOURCE=..\decoders\mikmod.c
247 # End Source File
248 # Begin Source File
249
250 SOURCE=..\decoders\modplug.c
251 # End Source File
252 # Begin Source File
253
254 SOURCE=..\decoders\mpglib.c
255 # End Source File
256 # Begin Source File
257
258 SOURCE=..\decoders\ogg.c
259 # End Source File
260 # Begin Source File
261
262 SOURCE=..\decoders\raw.c
263 # End Source File
264 # Begin Source File
265
266 SOURCE=..\decoders\shn.c
267 # End Source File
268 # Begin Source File
269
270 SOURCE=..\decoders\smpeg.c
271 # End Source File
272 # Begin Source File
273
274 SOURCE=..\decoders\voc.c
275 # End Source File
276 # Begin Source File
277
278 SOURCE=..\decoders\wav.c
279 # End Source File
280 # End Group
281 # Begin Source File
282
283 SOURCE=..\audio_convert.c
284 # End Source File
285 # Begin Source File
286
287 SOURCE=..\extra_rwops.c
288 # End Source File
289 # Begin Source File
290
291 SOURCE=..\SDL_sound.c
292 # End Source File
293 # End Group
294 # Begin Group "Header Files"
295
296 # PROP Default_Filter "h;hpp;hxx;hm;inl"
297 # Begin Source File
298
299 SOURCE=..\acconfig.h
300 # End Source File
301 # Begin Source File
302
303 SOURCE=..\extra_rwops.h
304 # End Source File
305 # Begin Source File
306
307 SOURCE=..\SDL_sound.h
308 # End Source File
309 # Begin Source File
310
311 SOURCE=..\SDL_sound_internal.h
312 # End Source File
313 # End Group
314 # Begin Group "Resource Files"
315
316 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
317 # End Group
318 # End Target
319 # End Project