From 68b3041f506c29a8452bbf09fdebad70e768f42c Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 1 May 2010 12:10:55 +0000 Subject: [PATCH] Remove obsolete file --- Makefile.am | 1 - README.MSVC | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 README.MSVC diff --git a/Makefile.am b/Makefile.am index aac4221e..f88767c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,6 @@ EXTRA_DIST = \ acinclude.m4 \ autogen.sh \ DoxygenMain.cxx \ - README.MSVC \ README.zlib \ README.plib \ README.OpenAL \ diff --git a/README.MSVC b/README.MSVC deleted file mode 100644 index 33a89c2a..00000000 --- a/README.MSVC +++ /dev/null @@ -1,24 +0,0 @@ -This document describes how to build SimGear using the supplied workspace and -project files. - -Unpack the SimGear source file into your work directory. This creates a new -subdirectory called SimGear-X.Y.Z. Rename this to SimGear. Before we can -build SimGear you must unpack and build the third party libraries metakit and -zlib. Sources for these are included in the SimGear/src-libs directory. -Unpack these into the top level SimGear directory. At this point your -directory structure should look something like this: - -/ - SimGear/ - metakit-x.y.z/ - simgear/ - src-libs/ - zlib-x.y.z/ - -Now open the SimGear workspace. This workspace file contains projects for -building metakit(mklib), SimGear and zlib. Select each project as the active -project and build all. Order is unimportant since there are no dependencies -between the projects. - -The workspace and project files are generated by a perl script with extra -input from the am2dsp.cfg file. -- 2.39.5