Skip to content

Commit

Permalink
Remove Legacy LibG Versions (#9358)
Browse files Browse the repository at this point in the history
* Remove Legacy LibG

* Remove ASM legacy versions as lookup version params
  • Loading branch information
QilongTang authored Jan 3, 2019
1 parent 0b0d90b commit 0622384
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 6 deletions.
Binary file removed extern/LibG_221_0_0/GNU.Gettext.dll
Binary file not shown.
Binary file not shown.
Binary file removed extern/LibG_221_0_0/LibG.AsmPreloader.Unmanaged.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/LibG.Managed.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/LibG.ProtoInterface.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/LibG.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/LibGCore.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/boost_chrono-vc110-mt-1_51.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/boost_regex-vc110-mt-1_51.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/boost_system-vc110-mt-1_51.dll
Binary file not shown.
Binary file not shown.
Binary file removed extern/LibG_221_0_0/libgcc_s_sjlj-1.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/libgomp-1.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/libiconv-2.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/libintl-8.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/libstdc++-6.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/libwinpthread-1.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/msvcp110.dll
Binary file not shown.
Binary file removed extern/LibG_221_0_0/msvcr110.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/GNU.Gettext.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/LibG.AsmPreloader.Managed.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/LibG.AsmPreloader.Unmanaged.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/LibG.Managed.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/LibG.ProtoInterface.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/LibG.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/LibGCore.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/libgcc_s_sjlj-1.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/libgomp-1.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/libiconv-2.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/libintl-8.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/libstdc++-6.dll
Binary file not shown.
Binary file removed extern/LibG_222_0_0/libwinpthread-1.dll
Binary file not shown.
4 changes: 1 addition & 3 deletions src/DynamoApplications/StartupUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ public static void PreloadShapeManager(ref string geometryFactoryPath, ref strin
new Version(225,0,0),
new Version(224,4,0),
new Version(224,0,1),
new Version(223,0,1),
new Version(222,0,0),
new Version(221,0,0)
new Version(223,0,1)
};

var preloader = new Preloader(rootFolder, versions);
Expand Down
4 changes: 1 addition & 3 deletions src/Tools/DynamoShapeManager/Preloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ public Preloader(string rootFolder)
new Version(225,0,0),
new Version(224,4,0),
new Version(224,0,1),
new Version(223,0,1),
new Version(222,0,0),
new Version(221,0,0)
new Version(223,0,1)
})
{
}
Expand Down

0 comments on commit 0622384

Please sign in to comment.