(Metux) autogen.sh: not running ./configure anymore (breaks certain distro builders)
[mirror-ossqm-audiofile.git] / win32 / dynamiclib.dsp
blob8af94c8b36b36e0845564c8354261d84b134fe22
1 # Microsoft Developer Studio Project File - Name="dynamiclib" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=dynamiclib - 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 "dynamiclib.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 "dynamiclib.mak" CFG="dynamiclib - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "dynamiclib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "dynamiclib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE 
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
32 !IF  "$(CFG)" == "dynamiclib - Win32 Release"
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "dynamiclib___Win32_Release"
37 # PROP BASE Intermediate_Dir "dynamiclib___Win32_Release"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 0
40 # PROP Use_Debug_Libraries 0
41 # PROP Output_Dir "Release\dynamiclib"
42 # PROP Intermediate_Dir "Release\dynamiclib"
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 "DYNAMICLIB_EXPORTS" /YX /FD /c
46 # ADD CPP /nologo /MDd /W3 /GX /O2 /I "..\libaudiofile" /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DYNAMICLIB_EXPORTS" /D "HAVE_CONFIG_H" /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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dynmodules.lib /nologo /dll /machine:I386 /nodefaultlib:"msvcrt" /out:"lib\audiofile.dll" /libpath:"Release\dynmodules"
57 # SUBTRACT LINK32 /nodefaultlib
58 # Begin Special Build Tool
59 SOURCE="$(InputPath)"
60 PostBuild_Desc=get export library
61 PostBuild_Cmds=echo on  copy Release\dynamiclib\audiofile.lib .\lib
62 # End Special Build Tool
64 !ELSEIF  "$(CFG)" == "dynamiclib - Win32 Debug"
66 # PROP BASE Use_MFC 0
67 # PROP BASE Use_Debug_Libraries 1
68 # PROP BASE Output_Dir "dynamiclib___Win32_Debug"
69 # PROP BASE Intermediate_Dir "dynamiclib___Win32_Debug"
70 # PROP BASE Target_Dir ""
71 # PROP Use_MFC 0
72 # PROP Use_Debug_Libraries 1
73 # PROP Output_Dir "Debug/dynamiclib"
74 # PROP Intermediate_Dir "Debug/dynamiclib"
75 # PROP Ignore_Export_Lib 0
76 # PROP Target_Dir ""
77 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DYNAMICLIB_EXPORTS" /YX /FD /GZ /c
78 # ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\libaudiofile" /I "..\..\vorbis\vorbis\include" /I "..\..\vorbis\ogg\include" /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DYNAMICLIB_EXPORTS" /D "HAVE_CONFIG_H" /FR /FD /GZ /c
79 # SUBTRACT CPP /YX
80 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
81 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
82 # ADD BASE RSC /l 0x409 /d "_DEBUG"
83 # ADD RSC /l 0x409 /d "_DEBUG"
84 BSC32=bscmake.exe
85 # ADD BASE BSC32 /nologo
86 # ADD BSC32 /nologo
87 LINK32=link.exe
88 # 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
89 # ADD 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 dynmodules.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"lib/audiofileD.dll" /pdbtype:sept /libpath:"Debug\dynmodules"
90 # Begin Special Build Tool
91 SOURCE="$(InputPath)"
92 PostBuild_Desc=get export library
93 PostBuild_Cmds=echo off copy Debug\dynamiclib\audiofileD.lib .\lib
94 # End Special Build Tool
96 !ENDIF 
98 # Begin Target
100 # Name "dynamiclib - Win32 Release"
101 # Name "dynamiclib - Win32 Debug"
102 # Begin Group "Source Files"
104 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
105 # Begin Source File
107 SOURCE=..\libaudiofile\aes.c
108 # End Source File
109 # Begin Source File
111 SOURCE=..\libaudiofile\af_vfs.c
112 # End Source File
113 # Begin Source File
115 SOURCE=..\libaudiofile\aiff.c
116 # End Source File
117 # Begin Source File
119 SOURCE=..\libaudiofile\aiffwrite.c
120 # End Source File
121 # Begin Source File
123 SOURCE=..\libaudiofile\aupv.c
124 # End Source File
125 # Begin Source File
127 SOURCE=..\libaudiofile\avr.c
128 # End Source File
129 # Begin Source File
131 SOURCE=..\libaudiofile\avrwrite.c
132 # End Source File
133 # Begin Source File
135 SOURCE=..\libaudiofile\byteorder.c
136 # End Source File
137 # Begin Source File
139 SOURCE=..\libaudiofile\compression.c
140 # End Source File
141 # Begin Source File
143 SOURCE=..\libaudiofile\data.c
144 # End Source File
145 # Begin Source File
147 SOURCE=..\libaudiofile\error.c
148 # End Source File
149 # Begin Source File
151 SOURCE=..\libaudiofile\extended.c
152 # End Source File
153 # Begin Source File
155 SOURCE=..\libaudiofile\format.c
156 # End Source File
157 # Begin Source File
159 SOURCE=..\libaudiofile\g711.c
160 # End Source File
161 # Begin Source File
163 SOURCE=..\libaudiofile\iff.c
164 # End Source File
165 # Begin Source File
167 SOURCE=..\libaudiofile\iffwrite.c
168 # End Source File
169 # Begin Source File
171 SOURCE=..\libaudiofile\instrument.c
172 # End Source File
173 # Begin Source File
175 SOURCE=..\libaudiofile\ircam.c
176 # End Source File
177 # Begin Source File
179 SOURCE=..\libaudiofile\ircamwrite.c
180 # End Source File
181 # Begin Source File
183 SOURCE=..\libaudiofile\loop.c
184 # End Source File
185 # Begin Source File
187 SOURCE=..\libaudiofile\marker.c
188 # End Source File
189 # Begin Source File
191 SOURCE=..\libaudiofile\misc.c
192 # End Source File
193 # Begin Source File
195 SOURCE=..\libaudiofile\modules.c
196 # End Source File
197 # Begin Source File
199 SOURCE=..\libaudiofile\next.c
200 # End Source File
201 # Begin Source File
203 SOURCE=..\libaudiofile\nextwrite.c
204 # End Source File
205 # Begin Source File
207 SOURCE=..\libaudiofile\nist.c
208 # End Source File
209 # Begin Source File
211 SOURCE=..\libaudiofile\nistwrite.c
212 # End Source File
213 # Begin Source File
215 SOURCE=..\libaudiofile\openclose.c
216 # End Source File
217 # Begin Source File
219 SOURCE=..\libaudiofile\pcm.c
220 # End Source File
221 # Begin Source File
223 SOURCE=..\libaudiofile\query.c
224 # End Source File
225 # Begin Source File
227 SOURCE=..\libaudiofile\raw.c
228 # End Source File
229 # Begin Source File
231 SOURCE=..\libaudiofile\setup.c
232 # End Source File
233 # Begin Source File
235 SOURCE=..\libaudiofile\track.c
236 # End Source File
237 # Begin Source File
239 SOURCE=..\libaudiofile\units.c
240 # End Source File
241 # Begin Source File
243 SOURCE=..\libaudiofile\util.c
244 # End Source File
245 # Begin Source File
247 SOURCE=..\libaudiofile\wave.c
248 # End Source File
249 # Begin Source File
251 SOURCE=..\libaudiofile\wavewrite.c
252 # End Source File
253 # End Group
254 # Begin Group "Header Files"
256 # PROP Default_Filter "h;hpp;hxx;hm;inl"
257 # Begin Source File
259 SOURCE=..\libaudiofile\af_vfs.h
260 # End Source File
261 # Begin Source File
263 SOURCE=..\libaudiofile\afinternal.h
264 # End Source File
265 # Begin Source File
267 SOURCE=..\libaudiofile\aiff.h
268 # End Source File
269 # Begin Source File
271 SOURCE=..\libaudiofile\audiofile.h
272 # End Source File
273 # Begin Source File
275 SOURCE=..\libaudiofile\aupvinternal.h
276 # End Source File
277 # Begin Source File
279 SOURCE=..\libaudiofile\aupvlist.h
280 # End Source File
281 # Begin Source File
283 SOURCE=..\libaudiofile\avr.h
284 # End Source File
285 # Begin Source File
287 SOURCE=..\libaudiofile\byteorder.h
288 # End Source File
289 # Begin Source File
291 SOURCE=..\libaudiofile\compression.h
292 # End Source File
293 # Begin Source File
295 SOURCE=.\config.h
296 # End Source File
297 # Begin Source File
299 SOURCE=..\libaudiofile\error.h
300 # End Source File
301 # Begin Source File
303 SOURCE=..\libaudiofile\extended.h
304 # End Source File
305 # Begin Source File
307 SOURCE=..\libaudiofile\g711.h
308 # End Source File
309 # Begin Source File
311 SOURCE=..\libaudiofile\iff.h
312 # End Source File
313 # Begin Source File
315 SOURCE=..\libaudiofile\instrument.h
316 # End Source File
317 # Begin Source File
319 SOURCE=..\libaudiofile\ircam.h
320 # End Source File
321 # Begin Source File
323 SOURCE=..\libaudiofile\marker.h
324 # End Source File
325 # Begin Source File
327 SOURCE=..\libaudiofile\modules.h
328 # End Source File
329 # Begin Source File
331 SOURCE=..\libaudiofile\next.h
332 # End Source File
333 # Begin Source File
335 SOURCE=..\libaudiofile\nist.h
336 # End Source File
337 # Begin Source File
339 SOURCE=..\libaudiofile\pcm.h
340 # End Source File
341 # Begin Source File
343 SOURCE=..\libaudiofile\print.h
344 # End Source File
345 # Begin Source File
347 SOURCE=..\libaudiofile\raw.h
348 # End Source File
349 # Begin Source File
351 SOURCE=..\libaudiofile\setup.h
352 # End Source File
353 # Begin Source File
355 SOURCE=..\libaudiofile\track.h
356 # End Source File
357 # Begin Source File
359 SOURCE=..\libaudiofile\units.h
360 # End Source File
361 # Begin Source File
363 SOURCE=..\libaudiofile\util.h
364 # End Source File
365 # Begin Source File
367 SOURCE=..\libaudiofile\wave.h
368 # End Source File
369 # End Group
370 # Begin Group "Resource Files"
372 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
373 # End Group
374 # Begin Group "module definition"
376 # PROP Default_Filter ""
377 # Begin Source File
379 SOURCE=.\audiofile.def
380 # End Source File
381 # End Group
382 # End Target
383 # End Project