mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-21 09:59:29 +08:00
Add preliminary ON_RUNTIME_LINUX support.
* [make] add missing files to get compile going - opennurbs_glyph_outline.cpp - opennurbs_unicode_cpsb.cpp - commented out version of LINKFLAGS with -luuid - commented out entries for Clang usage
This commit is contained in:
@@ -5370,7 +5370,7 @@ void ON_3dmSettings::Dump( ON_TextLog& dump ) const
|
||||
// ON_3dmAnimationProperties
|
||||
//
|
||||
|
||||
const ON_3dmAnimationProperties ON_3dmAnimationProperties::Default;
|
||||
const ON_3dmAnimationProperties ON_3dmAnimationProperties::Default ON_CLANG_CONSTRUCTOR_BUG_INIT(ON_3dmAnimationProperties);
|
||||
|
||||
bool ON_3dmAnimationProperties::Read(ON_BinaryArchive& archive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user