Index: depends/build/defines.mk =================================================================== --- depends/build/defines.mk (revision 603921) +++ depends/build/defines.mk (working copy) @@ -79,7 +79,11 @@ MDLLIBFILES = $(LIBPATH)libhycommon.a ifeq ($(HY_NO_THR),false) +ifeq ($(HY_THR_NO_DEPLOY), true) +MDLLIBFILES += $(HY_HDK)/../modules/portlib/src/main/native/thread/libhythr$(HY_LINKLIB_SUFFIX) +else MDLLIBFILES += $(DLLPATH)libhythr$(HY_LINKLIB_SUFFIX) +endif else DEFINES += -DHY_NO_THR endif Index: modules/portlib/build.xml =================================================================== --- modules/portlib/build.xml (revision 603921) +++ modules/portlib/build.xml (working copy) @@ -121,6 +121,17 @@ + + + + + + + + + + + @@ -128,12 +139,6 @@ - - - - - - Index: make/properties.xml =================================================================== --- make/properties.xml (revision 603921) +++ make/properties.xml (working copy) @@ -481,6 +481,7 @@ +