Automated access to documentation

Brian Vanderburg II BrianVanderburg2 at aim.com
Fri Oct 26 15:06:06 PDT 2007


I'm just wondering if this is possible (from a configure script or 
something).  I want to create an installer for an application that will 
include multi-language support.  It will install the locale files for 
the application directly, but I want it to be able to get the wxstd 
locale files directly from the location they are at (if wxWidgets is 
installed with make install, then the default locale dir, if using an 
in-place build then from there) from the install files, and when 
installing the file, install a modified named (wxstd-appname.mo/.po) so 
that the application's wx locale files will not conflict with an 
installed wxWidgets version and the locale files from it.

For now, I've got a NSIS script, and I'd like to be able to copy the 
locale files directly from wxWidgets locale to the installer.  (the NSIS 
script is generated from the configure script in a file called setup.nsi.in)

Brian Vanderburg II




More information about the wx-users mailing list