> Hi all,
>
> I'm busy getting wxMozilla building as a shared library/dll and I've
> got it building via automake on Mac. (It should work on Linux too, but
> it hasn't been tested yet.) I've got it building on Windows, but I'm
> getting linker errors. Since the same code built on Windows as an EXE,
> I'm sure that I just need to add/remove a couple defines and/or libs,
> but it made me wonder if there was any sort of wx-config equivalent for
> Windows. =) Something like vcvars32.bat, that set some environment
> variables for flags and libraries. Does anything like this exist at the
> moment?
I'm not sure this is the anvser you want, but you may try including
$(WXDIR)/src/makevc.env (makeg95.env, ...), which should define appropriate
rules to compile ,c and .cpp files; for linking, it defines some usefule
macros (the full path to the WX lib/import lib, various flags).
HTH
Mattia