Jason Curl wrote:
Brian Dessent wrote:
Jason Curl wrote:

[SNIP]

I've attached a sample of the macros if there are comments.

e.g.
configure.ac (only the interesting bits)
[SNIP]
LX_PROG_RC
use AC_LIBTOOL_RC

AC_CONFIG_FILES([src/rsrc.rc])

Makefile.am
[SNIP]
.rc.lo:
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=CC --mode=compile $(RC) $(RCFLAGS) $< -o $@

after AC_LIBTOOL_RC in configure you may use .. --tag=RC $(RC) ..

[SNIP]

  windows)
    major=`expr $current - $age`
    versuffix="-$major"
    ;;
In case of "make LDFLAGS=-avoid-version" versuffix has to be "" !

[SNIP]
Roumen



_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to