Default wxMSW Install Location

ABX abx at abx.art.pl
Thu Nov 9 13:42:26 PST 2006


Julian Smart <julian at ...> writes:
> Thanks - I'm just doing a very simple script right now that uses 
> wxMSW.zip and wxWidgets-CHM.zip, perhaps we could work on this together. 

Actually I'm able to do only "blind" analyze now but win_docs.bat looks easy.
There is:

  cd \wx\inno\wxWidgets
  cvs up -P

which is responsible for setup.exe content. iss script takes then all files as
far as I understand from 'Source: "C:\wx\inno\wxWidgets\*"' there. So all we
need is to add checking out samples and other subdirs. looks like some
additional cvs calls could fix it.

What worries me is that there is none tag, branch or anything else pointed out.
Are we sure that correct content was updated in last package? I unable to check
this out myself because I'm on very low bandwith here.

As for prebuilded docs in this setup.exe We probably just need to copy docs from
%DAILY% to \wx\inno\wxWidgets. They are created before *.iss processing so only
copying looks missing.

More problems with preparing binaries probably. I don't know compiler setup on
chris machine but nmake is already required to making setup.exe so everything
seems available. But separated tree for building seems required.

ABX





More information about the wx-dev mailing list