source: trunk/third/audiofile/win32/sfinfo.dsp @ 20800

Revision 20800, 8.6 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20799, which included commits to RCS files with non-trunk default branches.
Line 
1# Microsoft Developer Studio Project File - Name="sfinfo" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7CFG=sfinfo - Win32 Release using DLL
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 "sfinfo.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 "sfinfo.mak" CFG="sfinfo - Win32 Release using DLL"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "sfinfo - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "sfinfo - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE "sfinfo - Win32 Debug using DLL" (based on "Win32 (x86) Console Application")
23!MESSAGE "sfinfo - Win32 Release using DLL" (based on "Win32 (x86) Console Application")
24!MESSAGE
25
26# Begin Project
27# PROP AllowPerConfigDependencies 0
28# PROP Scc_ProjName ""
29# PROP Scc_LocalPath ""
30CPP=cl.exe
31RSC=rc.exe
32
33!IF  "$(CFG)" == "sfinfo - Win32 Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "sfinfo___Win32_Release"
38# PROP BASE Intermediate_Dir "sfinfo___Win32_Release"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "Release\sfinfo\static"
43# PROP Intermediate_Dir "Release\sfinfo\static"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
47# ADD CPP /nologo /W3 /GX /O2 /I "..\libaudiofile" /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
48# ADD BASE RSC /l 0x409 /d "NDEBUG"
49# ADD RSC /l 0x409 /d "NDEBUG"
50BSC32=bscmake.exe
51# ADD BASE BSC32 /nologo
52# ADD BSC32 /nologo
53LINK32=link.exe
54# 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 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 /subsystem:console /machine:I386
55# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libaudiofile.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcmt.lib" /out:"Release\bin\static\sfinfo.exe" /libpath:"lib"
56
57!ELSEIF  "$(CFG)" == "sfinfo - Win32 Debug"
58
59# PROP BASE Use_MFC 0
60# PROP BASE Use_Debug_Libraries 1
61# PROP BASE Output_Dir "sfinfo___Win32_Debug"
62# PROP BASE Intermediate_Dir "sfinfo___Win32_Debug"
63# PROP BASE Target_Dir ""
64# PROP Use_MFC 0
65# PROP Use_Debug_Libraries 1
66# PROP Output_Dir "Debug\sfinfo"
67# PROP Intermediate_Dir "Debug\sfinfo"
68# PROP Ignore_Export_Lib 0
69# PROP Target_Dir ""
70# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
71# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /FD /GZ /c
72# SUBTRACT CPP /YX
73# ADD BASE RSC /l 0x409 /d "_DEBUG"
74# ADD RSC /l 0x409 /d "_DEBUG"
75BSC32=bscmake.exe
76# ADD BASE BSC32 /nologo
77# ADD BSC32 /nologo
78LINK32=link.exe
79# 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
80# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libaudiofileD.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"Debug\bin\static\sfinfo.exe" /pdbtype:sept /libpath:"lib"
81# SUBTRACT LINK32 /pdb:none
82
83!ELSEIF  "$(CFG)" == "sfinfo - Win32 Debug using DLL"
84
85# PROP BASE Use_MFC 0
86# PROP BASE Use_Debug_Libraries 1
87# PROP BASE Output_Dir "sfinfo___Win32_Debug_using_DLL"
88# PROP BASE Intermediate_Dir "sfinfo___Win32_Debug_using_DLL"
89# PROP BASE Ignore_Export_Lib 0
90# PROP BASE Target_Dir ""
91# PROP Use_MFC 0
92# PROP Use_Debug_Libraries 1
93# PROP Output_Dir "Debug\sfinfo_using_DLL"
94# PROP Intermediate_Dir "Debug\sfinfo_using_DLL"
95# PROP Ignore_Export_Lib 0
96# PROP Target_Dir ""
97# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /FD /GZ /c
98# SUBTRACT BASE CPP /YX
99# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /FR /FD /GZ /c
100# SUBTRACT CPP /YX
101# ADD BASE RSC /l 0x409 /d "_DEBUG"
102# ADD RSC /l 0x409 /d "_DEBUG"
103BSC32=bscmake.exe
104# ADD BASE BSC32 /nologo
105# ADD BSC32 /nologo
106LINK32=link.exe
107# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libaudiofileD.lib modulesD.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"Debug\sfinfo.exe" /pdbtype:sept /libpath:"lib"
108# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib audiofileD.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"Debug\bin\dynamic\sfinfo.exe" /pdbtype:sept /libpath:"lib"
109
110!ELSEIF  "$(CFG)" == "sfinfo - Win32 Release using DLL"
111
112# PROP BASE Use_MFC 0
113# PROP BASE Use_Debug_Libraries 1
114# PROP BASE Output_Dir "sfinfo___Win32_Release_using_DLL"
115# PROP BASE Intermediate_Dir "sfinfo___Win32_Release_using_DLL"
116# PROP BASE Ignore_Export_Lib 0
117# PROP BASE Target_Dir ""
118# PROP Use_MFC 0
119# PROP Use_Debug_Libraries 1
120# PROP Output_Dir "Release\sfinfo_using_DLL"
121# PROP Intermediate_Dir "Release\sfinfo_using_DLL"
122# PROP Ignore_Export_Lib 0
123# PROP Target_Dir ""
124# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /FD /GZ /c
125# SUBTRACT BASE CPP /YX
126# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /D "USE_DLL" /FD /GZ /c
127# SUBTRACT CPP /YX
128# ADD BASE RSC /l 0x409 /d "_DEBUG"
129# ADD RSC /l 0x409 /d "_DEBUG"
130BSC32=bscmake.exe
131# ADD BASE BSC32 /nologo
132# ADD BSC32 /nologo
133LINK32=link.exe
134# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib audiofileD.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"Debug\sfinfo.exe" /pdbtype:sept /libpath:"lib" /libpath:"Debug\dynamiclib"
135# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib audiofile.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"Release\bin\dynamic\sfinfo.exe" /pdbtype:sept /libpath:"lib"
136
137!ENDIF
138
139# Begin Target
140
141# Name "sfinfo - Win32 Release"
142# Name "sfinfo - Win32 Debug"
143# Name "sfinfo - Win32 Debug using DLL"
144# Name "sfinfo - Win32 Release using DLL"
145# Begin Group "Source Files"
146
147# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
148# Begin Source File
149
150SOURCE=..\sfcommands\printinfo.c
151# End Source File
152# Begin Source File
153
154SOURCE=..\sfcommands\sfinfo.c
155# End Source File
156# End Group
157# Begin Group "Header Files"
158
159# PROP Default_Filter "h;hpp;hxx;hm;inl"
160# End Group
161# Begin Group "Resource Files"
162
163# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
164# End Group
165# End Target
166# End Project
Note: See TracBrowser for help on using the repository browser.