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:
Nathan Letwory
2018-10-02 07:28:55 +03:00
committed by sbaer
parent e4bf7f9a86
commit b5b701badc
10 changed files with 52 additions and 19 deletions

View File

@@ -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)
{