remove reference to obsolete Makefile.vc
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 25 Jan 2003 18:32:56 +0000 (18:32 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 25 Jan 2003 18:32:56 +0000 (18:32 +0000)
27 files changed:
Makefile.am
README
src/Makefile.am
src/flac/Makefile.am
src/libFLAC++/Makefile.am
src/libFLAC/Makefile.am
src/libOggFLAC++/Makefile.am
src/libOggFLAC/Makefile.am
src/metaflac/Makefile.am
src/monkeys_audio_utilities/Makefile.am
src/monkeys_audio_utilities/flac_mac/Makefile.am
src/monkeys_audio_utilities/flac_ren/Makefile.am
src/plugin_common/Makefile.am
src/plugin_winamp2/Makefile.am
src/plugin_winamp3/README.txt
src/share/Makefile.am
src/share/gain_analysis/Makefile.am
src/share/getopt/Makefile.am
src/share/grabbag/Makefile.am
src/share/utf8/Makefile.am
src/test_grabbag/Makefile.am
src/test_grabbag/cuesheet/Makefile.am
src/test_libFLAC++/Makefile.am
src/test_libFLAC/Makefile.am
src/test_libOggFLAC++/Makefile.am
src/test_libOggFLAC/Makefile.am
src/test_streams/Makefile.am

index c8018b2..bc45623 100644 (file)
@@ -38,7 +38,6 @@ EXTRA_DIST = \
        COPYING.LGPL \
        FLAC.dsw \
        Makefile.lite \
-       Makefile.vc \
        all.dsp \
        all_dynamic.dsp \
        all_static.dsp \
diff --git a/README b/README
index 4af5f79..41ec359 100644 (file)
--- a/README
+++ b/README
@@ -151,52 +151,26 @@ not an x86, change -DFLAC__CPU_IA32 to -DFLAC__CPU_UNKNOWN.
 Building with MSVC
 ===============================================================================
 
-There are two ways to build with MSVC:
+There are now .dsp projects and a master FLAC.dsw workspace to build
+all the libraries and executables.
 
-  1. Project Files
-  ----------------
-  Prerequisite: you must have the Ogg libraries installed as described
-  later.
+Prerequisite: you must have the Ogg libraries installed as described
+later.
 
-  Prerequisite: you must have nasm installed, and have the environment
-  variable FLAC_NASM set to the full path to nasmw.exe, e.g
+Prerequisite: you must have nasm installed, and have the environment
+variable FLAC_NASM set to the full path to nasmw.exe, e.g
 
-    C:\nasm\nasmw.exe
+C:\nasm\nasmw.exe
 
-  To build everything, run Developer Studio, do File|Open Workspace,
-  and open FLAC.dsw.  Switch to the 'Files' tab, select 'all files'
-  from the tree, do right-mouse-button and 'Set as active project'.
-  The default build mode will probably be Debug; to change to release
-  do Build|Set Active Configuration and select 'all - Win32 Release'.
-  Then do Project|Build.  This will build all libraries both statically
-  (e.g. obj\debug\lib\libFLAC_static.lib) and as DLLs (e.g.
-  obj\debug\bin\libFLAC.dll), and it will build all binaries, statically
-  linked (e.g. obj\debug\bin\flac.exe).
+To build everything, run Developer Studio, do File|Open Workspace,
+and open FLAC.dsw.  Select "Build | Set active configuration..."
+from the menu, then in the dialog, select "All - Win32 Release" (or
+Debug if you prefer).  Click "Ok" then hit F7 to build. This will build
+all libraries both statically (e.g. obj\release\lib\libFLAC_static.lib)
+and as DLLs (e.g.  obj\release\bin\libFLAC.dll), and it will build all
+binaries, statically linked (e.g. obj\release\bin\flac.exe).
 
-  2. nmake
-  --------
-  Prerequisite: you must have the Ogg libraries installed as described
-  later.
-
-  Prerequisite: you must have nasm installed and nasmw.exe must be in
-  your path.
-
-  To build everything, open a Command window, cd to the top-level
-  directory (where this README is) and do
-
-    nmake /f Makefile.vc
-
-  This will recur into all the source directories in the right order
-  and build everything.  The libraries will be build only as static
-  libs.  You need only to install the binaries.  To clean up everything
-  you can do
-
-    nmake /f Makefile.vc clean
-
-  from the top level directory, or any directory which has a
-  Makefile.vc
-
-Everything will end up in the 'obj' directory.  DLLs and .exe files
+Everything will end up in the "obj" directory.  DLLs and .exe files
 are all that are needed and can be copied to an installation area and
 added to the PATH.  The plugins have to be copied to their appropriate
 place in the player area.  For Winamp2 this is <winamp2-dir>\Plugins
index 74ab423..34a5786 100644 (file)
@@ -43,5 +43,4 @@ SUBDIRS = \
        test_streams
 
 EXTRA_DIST = \
-       Makefile.lite \
-       Makefile.vc
+       Makefile.lite
index ac4afb0..9e25601 100644 (file)
@@ -24,7 +24,6 @@ endif
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        flac.dsp
 
 flac_SOURCES = \
index 112f454..1aa2fed 100644 (file)
@@ -24,7 +24,6 @@ m4data_DATA = libFLAC++.m4
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        libFLAC++_dynamic.dsp \
        libFLAC++_static.dsp \
        libFLAC++.m4
index 4717598..29f96b7 100644 (file)
@@ -39,7 +39,6 @@ m4data_DATA = libFLAC.m4
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        libFLAC_dynamic.dsp \
        libFLAC_static.dsp \
        libFLAC.m4
index 8823777..55077ab 100644 (file)
@@ -24,7 +24,6 @@ m4data_DATA = libOggFLAC++.m4
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        libOggFLAC++_dynamic.dsp \
        libOggFLAC++_static.dsp \
        libOggFLAC++.m4
index 58c189a..8e248c6 100644 (file)
@@ -29,7 +29,6 @@ m4data_DATA = libOggFLAC.m4
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        libOggFLAC_dynamic.dsp \
        libOggFLAC_static.dsp \
        libOggFLAC.m4
index 17511c3..872f837 100644 (file)
@@ -20,7 +20,6 @@ CFLAGS = @CFLAGS@
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        metaflac.dsp
 
 metaflac_SOURCES = \
index 67e53f7..0c44f29 100644 (file)
@@ -16,6 +16,3 @@
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 SUBDIRS = flac_mac flac_ren
-
-EXTRA_DIST = \
-       Makefile.vc
index 98e74c0..95a00fe 100644 (file)
@@ -16,6 +16,5 @@
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 EXTRA_DIST = \
-       Makefile.vc \
        flac_mac.dsp \
        main.c
index 8b9a37d..eaf60b1 100644 (file)
@@ -16,6 +16,5 @@
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 EXTRA_DIST = \
-       Makefile.vc \
        flac_ren.dsp \
        main.c
index bbad027..5147cdf 100644 (file)
@@ -31,7 +31,6 @@ libplugin_common_a_SOURCES = \
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        README \
        plugin_common_static.dsp
 
index 99bfa89..0dd0162 100644 (file)
@@ -18,7 +18,6 @@
 SUBDIRS = include
 
 EXTRA_DIST = \
-       Makefile.vc \
        config.h \
        config.c \
        in_flac.c \
index ab7e9e2..bb285c0 100644 (file)
@@ -2,5 +2,4 @@ This plugin require the Wasabi SDK, and the project assumes that you have it
 installed in the standard place: \Wasabi SDK.  If not, you will have to edit\r
 the .dsp file to change the path.\r
 \r
-Also, you must build libFLAC first; if you haven't, cd to src\libFLAC and\r
-run 'nmake /f Makefile.vc'\r
+Also, you must build libFLAC first.\r
index a58879d..e8b4025 100644 (file)
@@ -19,5 +19,4 @@ SUBDIRS = gain_analysis getopt grabbag utf8
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        README
index 3100361..4ef6a94 100644 (file)
@@ -10,7 +10,6 @@ libgain_analysis_a_SOURCES = gain_analysis.c
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        gain_analysis_static.dsp
 
 debug:
index 44d25c4..998ef49 100644 (file)
@@ -10,7 +10,6 @@ libgetopt_a_SOURCES = getopt.c getopt1.c
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        getopt_static.dsp
 
 debug:
index 0f2d4a3..e070574 100644 (file)
@@ -14,7 +14,6 @@ libgrabbag_a_SOURCES = \
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        grabbag_static.dsp
 
 debug:
index 245897e..483a173 100644 (file)
@@ -10,7 +10,6 @@ libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        charmaps.h \
        makemap.c \
        charset_test.c \
index c213661..8f6f4b6 100644 (file)
@@ -18,5 +18,4 @@
 SUBDIRS = cuesheet
 
 EXTRA_DIST = \
-       Makefile.lite \
-       Makefile.vc
+       Makefile.lite
index a7aace7..95ee2a9 100644 (file)
@@ -17,7 +17,6 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        test_cuesheet.dsp
 
 CFLAGS = @CFLAGS@
index 2523494..9555865 100644 (file)
@@ -19,7 +19,6 @@ CFLAGS = @CFLAGS@
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        README \
        test_libFLAC++.dsp
 
index 69577b9..cadf42f 100644 (file)
@@ -17,7 +17,6 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        test_libFLAC.dsp
 
 CFLAGS = @CFLAGS@
index 48e48c1..98470c1 100644 (file)
@@ -17,7 +17,6 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        README \
        test_libOggFLAC++.dsp
 
index f99a052..067b6d1 100644 (file)
@@ -17,7 +17,6 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        test_libOggFLAC.dsp
 
 CFLAGS = @CFLAGS@ @OGG_CFLAGS@
index 0480108..e5f1b90 100644 (file)
@@ -17,7 +17,6 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       Makefile.vc \
        test_streams.dsp
 
 CFLAGS = @CFLAGS@