# HG changeset patch # User Claus Gittinger # Date 1155909934 -7200 # Node ID bd1c39acf4ecdf2ecf6f2a07627de552ec59f829 # Parent 584f6f6bb171910b835191c67f1641cf343bdcbe new library naming scheme diff -r 584f6f6bb171 -r bd1c39acf4ec Make.spec --- a/Make.spec Thu Aug 17 09:49:36 2006 +0200 +++ b/Make.spec Fri Aug 18 16:05:34 2006 +0200 @@ -4,8 +4,8 @@ MODULE=stx MODULE_DIR=libtool2 -LIBNAME=libtool2 -PACKAGE=$(MODULE):$(LIBNAME) +LIBNAME=libstx_libtool2 +PACKAGE=$(MODULE):$(MODULE_DIR) THIS_IS_A_BASE_LIBRARY="yes" UNUSED_OBJS= \ diff -r 584f6f6bb171 -r bd1c39acf4ec libInit.cc --- a/libInit.cc Thu Aug 17 09:49:36 2006 +0200 +++ b/libInit.cc Fri Aug 18 16:05:34 2006 +0200 @@ -16,11 +16,11 @@ # endif /* not GNUC */ #endif /* not WIN32 */ #ifdef INIT_TEXT_SECT -extern void _libtool2_Init() INIT_TEXT_SECT; +extern void _libstx_libtool2_Init() INIT_TEXT_SECT; #endif -void _libtool2_Init(pass, __pRT__, snd) +void _libstx_libtool2_Init(pass, __pRT__, snd) OBJ snd; struct __vmData__ *__pRT__; { -__BEGIN_PACKAGE2__("libtool2", _libtool2_Init, "stx:libtool2"); +__BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2"); _MenuEditor_Init(pass,__pRT__,snd); _ImageEditor_Init(pass,__pRT__,snd); _DataSetBuilder_Init(pass,__pRT__,snd);