225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
|
projlibextra=''
fi
fi
done
AC_MSG_RESULT([${projlibfilesnostub} ${projlibextra}])
if [ -n "${projlibextra_static}" ]; then
DC_DO_STATIC_LINK_LIB([Additional libraries for ${proj}], ${projlibextra_static})
fi
hide_symbols="1"
if test "${proj}" = "tcl"; then
DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfilesnostub], [
|
|
|
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
|
projlibextra=''
fi
fi
done
AC_MSG_RESULT([${projlibfilesnostub} ${projlibextra}])
if test -n "${projlibextra_static}"; then
DC_DO_STATIC_LINK_LIB([Additional libraries for ${proj}], ${projlibextra_static})
fi
hide_symbols="1"
if test "${proj}" = "tcl"; then
DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfilesnostub], [
|