I've added quite a few more comments to the
wxCode/bakefiles/empty.bkl.template file to (hopefully) make it easier
to understand. Please let me know if what I've written doesn't make
sense or if there are other items that should be clarified.

Secondly, I would really like to make it so that the library built for
a component be given a name such as
$(WXBASENAME)_mycomponent_name-$(WXRELEASE) to make it easier to link
to, especially if you want to compile more than one version of them.
We could use the same semantics as wxWidgets does where for example
$(WXBASENAME) == 'wx-config --basename' == wx_gtk2ud for gtk, unicode, debug
and then you would use <wx-lib>mycomp_name</wx-lib> in the bakefiles to get it.

I have two problems with this,
1) where or how do you adjust the name of the created lib
2) would <wx-lib>mycomp_name</wx-lib> really work or would this line
in build/autoconf/wxpresets.m4 not work?

WX_LIBS="$($WX_CONFIG_PATH $wx_config_args $WXCFG_FLAGS
$1,$WX_ADDITIONAL_LIBS --libs)"

Thanks,
    John Labenski

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to