source: trunk/third/audiofile/win32/sfconvert.dsp @ 20220

Revision 20220, 8.3 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20219, which included commits to RCS files with non-trunk default branches.
Line 
1# Microsoft Developer Studio Project File - Name="sfconvert" - 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=sfconvert - Win32 Debug 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 "sfconvert.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 "sfconvert.mak" CFG="sfconvert - Win32 Debug using DLL"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "sfconvert - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "sfconvert - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE "sfconvert - Win32 Debug using DLL" (based on "Win32 (x86) Console Application")
23!MESSAGE "sfconvert - 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)" == "sfconvert - Win32 Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "sfconvert___Win32_Release"
38# PROP BASE Intermediate_Dir "sfconvert___Win32_Release"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "Release\sfconvert"
43# PROP Intermediate_Dir "Release\sfconvert"
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\sfconvert.exe" /libpath:"lib"
56
57!ELSEIF  "$(CFG)" == "sfconvert - Win32 Debug"
58
59# PROP BASE Use_MFC 0
60# PROP BASE Use_Debug_Libraries 1
61# PROP BASE Output_Dir "sfconvert___Win32_Debug"
62# PROP BASE Intermediate_Dir "sfconvert___Win32_Debug"
63# PROP BASE Target_Dir ""
64# PROP Use_MFC 0
65# PROP Use_Debug_Libraries 1
66# PROP Output_Dir "Debug\sfconvert"
67# PROP Intermediate_Dir "Debug\sfconvert"
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 /MT /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /FR /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:"libcmtd" /out:"Debug\bin\static\sfconvert.exe" /pdbtype:sept /libpath:"lib"
81
82!ELSEIF  "$(CFG)" == "sfconvert - Win32 Debug using DLL"
83
84# PROP BASE Use_MFC 0
85# PROP BASE Use_Debug_Libraries 1
86# PROP BASE Output_Dir "sfconvert___Win32_Debug_using_DLL"
87# PROP BASE Intermediate_Dir "sfconvert___Win32_Debug_using_DLL"
88# PROP BASE Target_Dir ""
89# PROP Use_MFC 0
90# PROP Use_Debug_Libraries 1
91# PROP Output_Dir "Debug\sfconvert_using_DLL"
92# PROP Intermediate_Dir "Debug\sfconvert_using_DLL"
93# PROP Ignore_Export_Lib 0
94# PROP Target_Dir ""
95# ADD BASE CPP /nologo /MT /W3 /Gm /GX /ZI /Od /I "..\libaudiofile" /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /FD /GZ /c
96# SUBTRACT BASE CPP /YX
97# ADD CPP /nologo /MT /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 CPP /YX
99# ADD BASE RSC /l 0x409 /d "_DEBUG"
100# ADD RSC /l 0x409 /d "_DEBUG"
101BSC32=bscmake.exe
102# ADD BASE BSC32 /nologo
103# ADD BSC32 /nologo
104LINK32=link.exe
105# 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:"libcmtd" /pdbtype:sept /libpath:"lib"
106# 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:"libcmtd" /pdbtype:sept /libpath:"lib"
107
108!ELSEIF  "$(CFG)" == "sfconvert - Win32 Release using DLL"
109
110# PROP BASE Use_MFC 0
111# PROP BASE Use_Debug_Libraries 0
112# PROP BASE Output_Dir "sfconvert___Win32_Release_using_DLL"
113# PROP BASE Intermediate_Dir "sfconvert___Win32_Release_using_DLL"
114# PROP BASE Target_Dir ""
115# PROP Use_MFC 0
116# PROP Use_Debug_Libraries 0
117# PROP Output_Dir "Release\sfconvert_using_DLL"
118# PROP Intermediate_Dir "Release\sfconvert_using_DLL"
119# PROP Ignore_Export_Lib 0
120# PROP Target_Dir ""
121# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
122# ADD CPP /nologo /W3 /GX /O2 /I "..\libaudiofile" /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /YX /FD /c
123# ADD BASE RSC /l 0x409 /d "NDEBUG"
124# ADD RSC /l 0x409 /d "NDEBUG"
125BSC32=bscmake.exe
126# ADD BASE BSC32 /nologo
127# ADD BSC32 /nologo
128LINK32=link.exe
129# 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
130# 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 /machine:I386 /nodefaultlib:"libcd" /out:"Release\bin\dynamic\sfconvert.exe" /libpath:"lib"
131
132!ENDIF
133
134# Begin Target
135
136# Name "sfconvert - Win32 Release"
137# Name "sfconvert - Win32 Debug"
138# Name "sfconvert - Win32 Debug using DLL"
139# Name "sfconvert - Win32 Release using DLL"
140# Begin Group "Source Files"
141
142# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
143# Begin Source File
144
145SOURCE=..\sfcommands\printinfo.c
146# End Source File
147# Begin Source File
148
149SOURCE=..\sfcommands\sfconvert.c
150# End Source File
151# End Group
152# Begin Group "Header Files"
153
154# PROP Default_Filter "h;hpp;hxx;hm;inl"
155# End Group
156# Begin Group "Resource Files"
157
158# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
159# End Group
160# End Target
161# End Project
Note: See TracBrowser for help on using the repository browser.