From 3c9a8545178180e2491b7088b6734afc4e126d01 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 16 Dec 2006 14:38:54 +0000 Subject: [PATCH] Add fgjs to the MSVC solution --- projects/VC7.1/.cvsignore | 4 +- projects/VC7.1/FlightGear.sln | 9 ++ projects/VC7.1/fgjs.vcproj | 150 ++++++++++++++++++++++++++++++++++ 3 files changed, 162 insertions(+), 1 deletion(-) create mode 100755 projects/VC7.1/fgjs.vcproj diff --git a/projects/VC7.1/.cvsignore b/projects/VC7.1/.cvsignore index 9bc96c04a..d8763d389 100755 --- a/projects/VC7.1/.cvsignore +++ b/projects/VC7.1/.cvsignore @@ -4,5 +4,7 @@ fgadmin_Debug fgadmin_Release 3dconvert_Debug 3dconvert_Release +fgjs_Debug +fgjs_Release FlightGear.ncb -FlightGear.suo \ No newline at end of file +FlightGear.suo diff --git a/projects/VC7.1/FlightGear.sln b/projects/VC7.1/FlightGear.sln index 10ba9b702..6ac9d827f 100755 --- a/projects/VC7.1/FlightGear.sln +++ b/projects/VC7.1/FlightGear.sln @@ -17,6 +17,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3dconvert", "3dconvert.vcpr ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fgjs", "fgjs.vcproj", "{6749547A-6493-4754-8E0E-49FB3137C4CA}" + ProjectSection(ProjectDependencies) = postProject + {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -39,6 +44,10 @@ Global {D95DBC85-D945-4879-B6CF-5864BF8F5E2E}.Debug.Build.0 = Debug|Win32 {D95DBC85-D945-4879-B6CF-5864BF8F5E2E}.Release.ActiveCfg = Release|Win32 {D95DBC85-D945-4879-B6CF-5864BF8F5E2E}.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 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/projects/VC7.1/fgjs.vcproj b/projects/VC7.1/fgjs.vcproj new file mode 100755 index 000000000..c5c57fbaa --- /dev/null +++ b/projects/VC7.1/fgjs.vcproj @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +