mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-22 02:20:35 +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:
committed by
Will Pearson
parent
abdc015b3e
commit
eac54460a5
@@ -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