From e169de829db4fb857c814f1294a49e4b01f9c556 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 1 May 2010 11:03:51 +0000 Subject: [PATCH] Cleanup MSVC projects, and update readme file --- docs-mini/README.MSVC | 80 +- projects/VC7.1/.cvsignore | 27 - projects/VC7.1/3dconvert.vcproj | 138 -- projects/VC7.1/FlightGear.sln | 124 -- projects/VC7.1/FlightGear.vcproj | 3012 ------------------------------ projects/VC7.1/GPSsmooth.vcproj | 145 -- projects/VC7.1/MIDGsmooth.vcproj | 146 -- projects/VC7.1/UGsmooth.vcproj | 161 -- projects/VC7.1/fgadmin.rc | 1 - projects/VC7.1/fgadmin.vcproj | 165 -- projects/VC7.1/fgjs.vcproj | 153 -- projects/VC7.1/fgviewer.vcproj | 140 -- projects/VC7.1/flightgear.ico | Bin 13094 -> 0 bytes projects/VC7.1/flightgear.rc | 1 - projects/VC7.1/metar.vcproj | 138 -- projects/VC7.1/terrasync.vcproj | 140 -- projects/VC7.1/xmlgrep.vcproj | 144 -- projects/VC7.1/yasim.vcproj | 296 --- 18 files changed, 65 insertions(+), 4946 deletions(-) delete mode 100755 projects/VC7.1/.cvsignore delete mode 100755 projects/VC7.1/3dconvert.vcproj delete mode 100755 projects/VC7.1/FlightGear.sln delete mode 100755 projects/VC7.1/FlightGear.vcproj delete mode 100755 projects/VC7.1/GPSsmooth.vcproj delete mode 100755 projects/VC7.1/MIDGsmooth.vcproj delete mode 100755 projects/VC7.1/UGsmooth.vcproj delete mode 100755 projects/VC7.1/fgadmin.rc delete mode 100755 projects/VC7.1/fgadmin.vcproj delete mode 100755 projects/VC7.1/fgjs.vcproj delete mode 100755 projects/VC7.1/fgviewer.vcproj delete mode 100755 projects/VC7.1/flightgear.ico delete mode 100755 projects/VC7.1/flightgear.rc delete mode 100755 projects/VC7.1/metar.vcproj delete mode 100755 projects/VC7.1/terrasync.vcproj delete mode 100755 projects/VC7.1/xmlgrep.vcproj delete mode 100755 projects/VC7.1/yasim.vcproj diff --git a/docs-mini/README.MSVC b/docs-mini/README.MSVC index a8e1bc37d..3549336d2 100644 --- a/docs-mini/README.MSVC +++ b/docs-mini/README.MSVC @@ -1,20 +1,70 @@ -How to compile FlightGear with Microsoft Visual C++ 7.0 -====================================================== +Use FlightGear.sln to compile fgfs executable for Win32 or x64 architectures with Visual Studio 2008. +Previous versions of Visual Studio are not officially supported anymore. -I am receiving an increasing number of request for working -project files for MSVC. While I can't reply specifically -to everybody, I packed my current, unedited, project files -here : -ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/ +Precompiled librairies and headers for compiling x64 executables with VS2008 : +ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/fgfs-x64-VS90-3rdParty+OSG-20100501.zip -They are for MSVC 7. I am not trying to compile with MSVC 6 -anymore because it is an old compiler ( released 5 years ago ) -that has serious bugs and limitations that would make the -source ugly. For those that want to try, there are already -.dsp files in plib, SimGear and FlightGear source trees. +Precompiled librairies and headers for compiling Win32 executables with VS2008 : +ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/fgfs-win32-VS90-3rdParty+OSG-20100501.zip -Support request must be directed to the mailing list. +The VS2008 / v9.0 project files assume the directory layout below : +Win32 build : + * any_directory_on_any_drive / + 3rdParty / ( includes plib, fltk, zlib, libpng, libjpeg, libtiff, freetype, libsvn, gdal, ... + bin / + include / + lib / + boost_1_39_0 / + boost / + source / ( Flightgear CVS directory - It can also be renamed FlightGear or anything else + src / + projects / + VC90 / + Win32 / ( generated at build time + Debug / ( Debug executable + Release / ( Release executable + FlightGear.sln ( Main solution + utils / + install / + msvc90 / + OpenSceneGraph / ( OSG CMake install + bin / + include / + lib / + SimGear / ( SimGear CVS directory + simgear / + projects / + VC90 / -Pthread support for Windows can be obtained here: -http://sourceware.org/pthreads-win32/ +3rdParty, boost_1_39_0 and install/msvc90 are included in the Win32 3rdParty archive. + +x64 build : + * any_directory_on_any_drive / + 3rdParty.x64 / ( includes plib, fltk, zlib, libpng, libjpeg, libtiff, freetype, ... + bin / + include / + lib / + boost_1_39_0 / + boost / + source / ( Flightgear CVS directory - It can also be renamed FlightGear or anything else + src / + projects / + VC90 / + x64 / ( generated at build time + Debug / ( Debug executable + Release / ( Release executable + FlightGear.sln ( Main solution + utils / + install / + msvc90-64 / + OpenSceneGraph / ( OSG CMake install + bin / + include / + lib / + SimGear / ( SimGear CVS directory + simgear / + projects / + VC90 / + +3rdParty.x64, boost_1_39_0 and install/msvc90-64 are included in the x32 3rdParty archive. diff --git a/projects/VC7.1/.cvsignore b/projects/VC7.1/.cvsignore deleted file mode 100755 index 59574d493..000000000 --- a/projects/VC7.1/.cvsignore +++ /dev/null @@ -1,27 +0,0 @@ -bin -Debug -Release -fgadmin_Debug -fgadmin_Release -3dconvert_Debug -3dconvert_Release -fgjs_Debug -fgjs_Release -GPSsmooth_Debug -GPSsmooth_Release -MIDGsmooth_Debug -MIDGsmooth_Release -UGsmooth_Debug -UGsmooth_Release -yasim_Debug -yasim_Release -FlightGear.ncb -FlightGear.suo -metar_Debug -metar_Release -Terrasync_Release -Terrasync_Debug -xmlgrep_Release -xmlgrep_Debug -fgviewer_Debug -fgviewer_Release diff --git a/projects/VC7.1/3dconvert.vcproj b/projects/VC7.1/3dconvert.vcproj deleted file mode 100755 index bfed9b94a..000000000 --- a/projects/VC7.1/3dconvert.vcproj +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/FlightGear.sln b/projects/VC7.1/FlightGear.sln deleted file mode 100755 index 4c9261002..000000000 --- a/projects/VC7.1/FlightGear.sln +++ /dev/null @@ -1,124 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlightGear", "FlightGear.vcproj", "{49142EAF-B264-4B9F-B096-F669999EBB2E}" - ProjectSection(ProjectDependencies) = postProject - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimGear", "..\..\..\SimGear\projects\VC7.1\SimGear.vcproj", "{22540CD3-D3CA-4C86-A773-80AEEE3ACDED}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgadmin", "fgadmin.vcproj", "{7004E589-7EA0-4AFD-B432-3D5E00B55049}" - ProjectSection(ProjectDependencies) = postProject - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgjs", "fgjs.vcproj", "{6749547A-6493-4754-8E0E-49FB3137C4CA}" - ProjectSection(ProjectDependencies) = postProject - {49142EAF-B264-4B9F-B096-F669999EBB2E} = {49142EAF-B264-4B9F-B096-F669999EBB2E} - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GPSsmooth", "GPSsmooth.vcproj", "{AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}" - ProjectSection(ProjectDependencies) = postProject - {49142EAF-B264-4B9F-B096-F669999EBB2E} = {49142EAF-B264-4B9F-B096-F669999EBB2E} - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MIDGsmooth", "MIDGsmooth.vcproj", "{92010FAB-17A3-4891-AE6D-507214FEA508}" - ProjectSection(ProjectDependencies) = postProject - {49142EAF-B264-4B9F-B096-F669999EBB2E} = {49142EAF-B264-4B9F-B096-F669999EBB2E} - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UGsmooth", "UGsmooth.vcproj", "{EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}" - ProjectSection(ProjectDependencies) = postProject - {49142EAF-B264-4B9F-B096-F669999EBB2E} = {49142EAF-B264-4B9F-B096-F669999EBB2E} - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasim", "yasim.vcproj", "{800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}" - ProjectSection(ProjectDependencies) = postProject - {49142EAF-B264-4B9F-B096-F669999EBB2E} = {49142EAF-B264-4B9F-B096-F669999EBB2E} - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "metar", "metar.vcproj", "{FC424099-5D77-4BC2-A93F-2EE59F816B51}" - ProjectSection(ProjectDependencies) = postProject - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "terrasync", "terrasync.vcproj", "{874D3F55-6048-4068-A7C2-7FA6AF1F30EA}" - ProjectSection(ProjectDependencies) = postProject - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlgrep", "xmlgrep.vcproj", "{1F40CF41-9836-4488-BAAF-560623665C12}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgviewer", "fgviewer.vcproj", "{0F13A557-EC52-481D-ADFB-9209C068FCEB}" - ProjectSection(ProjectDependencies) = postProject - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {49142EAF-B264-4B9F-B096-F669999EBB2E}.Debug.ActiveCfg = Debug|Win32 - {49142EAF-B264-4B9F-B096-F669999EBB2E}.Debug.Build.0 = Debug|Win32 - {49142EAF-B264-4B9F-B096-F669999EBB2E}.Release.ActiveCfg = Release|Win32 - {49142EAF-B264-4B9F-B096-F669999EBB2E}.Release.Build.0 = Release|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Debug.ActiveCfg = Debug|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Debug.Build.0 = Debug|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release.ActiveCfg = Release|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release.Build.0 = Release|Win32 - {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Debug.ActiveCfg = Debug|Win32 - {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Debug.Build.0 = Debug|Win32 - {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Release.ActiveCfg = Release|Win32 - {7004E589-7EA0-4AFD-B432-3D5E00B55049}.Release.Build.0 = Release|Win32 - {6749547A-6493-4754-8E0E-49FB3137C4CA}.Debug.ActiveCfg = Debug|Win32 - {6749547A-6493-4754-8E0E-49FB3137C4CA}.Debug.Build.0 = Debug|Win32 - {6749547A-6493-4754-8E0E-49FB3137C4CA}.Release.ActiveCfg = Release|Win32 - {6749547A-6493-4754-8E0E-49FB3137C4CA}.Release.Build.0 = Release|Win32 - {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Debug.ActiveCfg = Debug|Win32 - {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Debug.Build.0 = Debug|Win32 - {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Release.ActiveCfg = Release|Win32 - {AE9CE7E4-8F21-4C34-82DD-4D0371C210DA}.Release.Build.0 = Release|Win32 - {92010FAB-17A3-4891-AE6D-507214FEA508}.Debug.ActiveCfg = Debug|Win32 - {92010FAB-17A3-4891-AE6D-507214FEA508}.Debug.Build.0 = Debug|Win32 - {92010FAB-17A3-4891-AE6D-507214FEA508}.Release.ActiveCfg = Release|Win32 - {92010FAB-17A3-4891-AE6D-507214FEA508}.Release.Build.0 = Release|Win32 - {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Debug.ActiveCfg = Debug|Win32 - {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Debug.Build.0 = Debug|Win32 - {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Release.ActiveCfg = Release|Win32 - {EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Release.Build.0 = Release|Win32 - {800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Debug.ActiveCfg = Debug|Win32 - {800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Debug.Build.0 = Debug|Win32 - {800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Release.ActiveCfg = Release|Win32 - {800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Release.Build.0 = Release|Win32 - {FC424099-5D77-4BC2-A93F-2EE59F816B51}.Debug.ActiveCfg = Debug|Win32 - {FC424099-5D77-4BC2-A93F-2EE59F816B51}.Debug.Build.0 = Debug|Win32 - {FC424099-5D77-4BC2-A93F-2EE59F816B51}.Release.ActiveCfg = Release|Win32 - {FC424099-5D77-4BC2-A93F-2EE59F816B51}.Release.Build.0 = Release|Win32 - {874D3F55-6048-4068-A7C2-7FA6AF1F30EA}.Debug.ActiveCfg = Debug|Win32 - {874D3F55-6048-4068-A7C2-7FA6AF1F30EA}.Debug.Build.0 = Debug|Win32 - {874D3F55-6048-4068-A7C2-7FA6AF1F30EA}.Release.ActiveCfg = Release|Win32 - {874D3F55-6048-4068-A7C2-7FA6AF1F30EA}.Release.Build.0 = Release|Win32 - {1F40CF41-9836-4488-BAAF-560623665C12}.Debug.ActiveCfg = Debug|Win32 - {1F40CF41-9836-4488-BAAF-560623665C12}.Debug.Build.0 = Debug|Win32 - {1F40CF41-9836-4488-BAAF-560623665C12}.Release.ActiveCfg = Release|Win32 - {1F40CF41-9836-4488-BAAF-560623665C12}.Release.Build.0 = Release|Win32 - {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Debug.ActiveCfg = Debug|Win32 - {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Debug.Build.0 = Debug|Win32 - {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Release.ActiveCfg = Release|Win32 - {0F13A557-EC52-481D-ADFB-9209C068FCEB}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/projects/VC7.1/FlightGear.vcproj b/projects/VC7.1/FlightGear.vcproj deleted file mode 100755 index 54a86e94f..000000000 --- a/projects/VC7.1/FlightGear.vcproj +++ /dev/null @@ -1,3012 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/GPSsmooth.vcproj b/projects/VC7.1/GPSsmooth.vcproj deleted file mode 100755 index e3774ce41..000000000 --- a/projects/VC7.1/GPSsmooth.vcproj +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/MIDGsmooth.vcproj b/projects/VC7.1/MIDGsmooth.vcproj deleted file mode 100755 index 7c7371d03..000000000 --- a/projects/VC7.1/MIDGsmooth.vcproj +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/UGsmooth.vcproj b/projects/VC7.1/UGsmooth.vcproj deleted file mode 100755 index 21d2a081e..000000000 --- a/projects/VC7.1/UGsmooth.vcproj +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/fgadmin.rc b/projects/VC7.1/fgadmin.rc deleted file mode 100755 index a25aa7813..000000000 --- a/projects/VC7.1/fgadmin.rc +++ /dev/null @@ -1 +0,0 @@ -IDI_ICON1 ICON "flightgear.ico" diff --git a/projects/VC7.1/fgadmin.vcproj b/projects/VC7.1/fgadmin.vcproj deleted file mode 100755 index 3b51c19a9..000000000 --- a/projects/VC7.1/fgadmin.vcproj +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/fgjs.vcproj b/projects/VC7.1/fgjs.vcproj deleted file mode 100755 index e3ef27cef..000000000 --- a/projects/VC7.1/fgjs.vcproj +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/fgviewer.vcproj b/projects/VC7.1/fgviewer.vcproj deleted file mode 100755 index 55a1501e4..000000000 --- a/projects/VC7.1/fgviewer.vcproj +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/flightgear.ico b/projects/VC7.1/flightgear.ico deleted file mode 100755 index e59a3df89422777e7584e95705a1223300942d79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13094 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 I|KGp;4=iCxYybcN diff --git a/projects/VC7.1/flightgear.rc b/projects/VC7.1/flightgear.rc deleted file mode 100755 index 32cb5ae37..000000000 --- a/projects/VC7.1/flightgear.rc +++ /dev/null @@ -1 +0,0 @@ -FLIGHTGEAR ICON "flightgear.ico" diff --git a/projects/VC7.1/metar.vcproj b/projects/VC7.1/metar.vcproj deleted file mode 100755 index 60acf7616..000000000 --- a/projects/VC7.1/metar.vcproj +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/terrasync.vcproj b/projects/VC7.1/terrasync.vcproj deleted file mode 100755 index b9347543c..000000000 --- a/projects/VC7.1/terrasync.vcproj +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/xmlgrep.vcproj b/projects/VC7.1/xmlgrep.vcproj deleted file mode 100755 index 2e58e433c..000000000 --- a/projects/VC7.1/xmlgrep.vcproj +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/projects/VC7.1/yasim.vcproj b/projects/VC7.1/yasim.vcproj deleted file mode 100755 index a0b26c395..000000000 --- a/projects/VC7.1/yasim.vcproj +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -