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

Revision 20220, 2.6 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="all" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Generic Project" 0x010a
6
7CFG=all - 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 "all.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 "all.mak" CFG="all - Win32 Debug using DLL"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "all - Win32 Release" (based on "Win32 (x86) Generic Project")
21!MESSAGE "all - Win32 Debug" (based on "Win32 (x86) Generic Project")
22!MESSAGE "all - Win32 Release using DLL" (based on "Win32 (x86) Generic Project")
23!MESSAGE "all - Win32 Debug using DLL" (based on "Win32 (x86) Generic Project")
24!MESSAGE
25
26# Begin Project
27# PROP AllowPerConfigDependencies 0
28# PROP Scc_ProjName ""
29# PROP Scc_LocalPath ""
30MTL=midl.exe
31
32!IF  "$(CFG)" == "all - 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 "Release"
42# PROP Intermediate_Dir "Release"
43# PROP Target_Dir ""
44
45!ELSEIF  "$(CFG)" == "all - Win32 Debug"
46
47# PROP BASE Use_MFC 0
48# PROP BASE Use_Debug_Libraries 1
49# PROP BASE Output_Dir "Debug"
50# PROP BASE Intermediate_Dir "Debug"
51# PROP BASE Target_Dir ""
52# PROP Use_MFC 0
53# PROP Use_Debug_Libraries 1
54# PROP Output_Dir "Debug"
55# PROP Intermediate_Dir "Debug"
56# PROP Target_Dir ""
57
58!ELSEIF  "$(CFG)" == "all - Win32 Release using DLL"
59
60# PROP BASE Use_MFC 0
61# PROP BASE Use_Debug_Libraries 0
62# PROP BASE Output_Dir "all___Win32_Release_using_DLL"
63# PROP BASE Intermediate_Dir "all___Win32_Release_using_DLL"
64# PROP BASE Target_Dir ""
65# PROP Use_MFC 0
66# PROP Use_Debug_Libraries 0
67# PROP Output_Dir "Release"
68# PROP Intermediate_Dir "Release"
69# PROP Target_Dir ""
70
71!ELSEIF  "$(CFG)" == "all - Win32 Debug using DLL"
72
73# PROP BASE Use_MFC 0
74# PROP BASE Use_Debug_Libraries 1
75# PROP BASE Output_Dir "all___Win32_Debug_using_DLL"
76# PROP BASE Intermediate_Dir "all___Win32_Debug_using_DLL"
77# PROP BASE Target_Dir ""
78# PROP Use_MFC 0
79# PROP Use_Debug_Libraries 1
80# PROP Output_Dir "Debug"
81# PROP Intermediate_Dir "Debug"
82# PROP Target_Dir ""
83
84!ENDIF
85
86# Begin Target
87
88# Name "all - Win32 Release"
89# Name "all - Win32 Debug"
90# Name "all - Win32 Release using DLL"
91# Name "all - Win32 Debug using DLL"
92# End Target
93# End Project
Note: See TracBrowser for help on using the repository browser.