mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-21 21:56:24 +08:00
Update source to v6.14.19098.19271
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
#endif
|
||||
|
||||
#if defined(OPENNURBS_IMPORTS)
|
||||
#pragma message( " --- dynamically linking opennurbs (DLL)." )
|
||||
#pragma message( " --- dynamically linking public opennurbs (DLL)." )
|
||||
#pragma comment(lib, "\"" OPENNURBS_OUTPUT_DIR "/" "opennurbs_public.lib" "\"")
|
||||
#else
|
||||
#pragma message( " --- statically linking opennurbs." )
|
||||
#pragma message( " --- statically linking public opennurbs." )
|
||||
#pragma comment(lib, "\"" OPENNURBS_OUTPUT_DIR "/" "opennurbs_public_staticlib.lib" "\"")
|
||||
#pragma comment(lib, "\"" OPENNURBS_OUTPUT_DIR "/" "zlib.lib" "\"")
|
||||
#if defined(OPENNURBS_FREETYPE_SUPPORT)
|
||||
|
||||
Reference in New Issue
Block a user