wxWidgets/build/tools
Robin Dunn 932d0768aa * Implement dynamic loading of the Cairo DLL on Windows similar to how it was
done for GDI+.

* Enable the use of the wxCairoContext on MSW.

* Enable creating a wxGCDC from an exisiting wxGraphicsContext.

* Since it's possible for a DLL that is using wx to not be on the PATH nor in
  the same location as the .exe, change the wxDynamicLibrary::RawLoad method to
  explicitly look first in the same place as the main wx-using binary.  This way
  it will find DLLs that are in the same folder as the wx-using binary even if
  that would not be in the normal DLL search path.  

* Change wxDCImpl and wxDC::GetLogicalScale to be const methods.



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-27 23:26:53 +00:00
..
bld_chm_exe.bat Increased the version to 2.9.3. 2011-07-22 16:32:07 +00:00
build-wxwidgets.py * Implement dynamic loading of the Cairo DLL on Windows similar to how it was 2011-08-27 23:26:53 +00:00
builder.py Build fixes for using Cairo on MSW. 2011-05-31 19:16:55 +00:00
create-archive.py delete docs after building 2010-06-28 08:58:28 +00:00
git-make-release Fix typo in error message about incorrect syntax. 2011-06-29 17:50:02 +00:00
make-html-docs Add a tiny script for producing HTML documentation archives. 2011-06-29 17:50:05 +00:00
svn-find-native-eols.pl Add a script for finding all files using native eol style in svn. 2010-07-17 16:18:48 +00:00
wxwidgets.iss Don't exclude "contrib" from wxMSW setup.exe generation. 2010-09-09 10:18:31 +00:00