Re: [wx-dev] wx-config equivalent on Windows?

2 views
Skip to first unread message

Mattia Barbon

unread,
Feb 17, 2003, 4:17:50 PM2/17/03
to wx-...@lists.wxwindows.org
On Mon, 17 Feb 2003 11:15:20 -0800 Kevin Ollivier <kev...@tulane.edu> wrote:

> 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

Reply all
Reply to author
Forward
0 new messages