From 25a2a4b05ee3b0f457ac89db2c93c0b11af5955a Mon Sep 17 00:00:00 2001 From: Harco de Hilster Date: Sat, 17 Jul 1999 22:19:29 +0000 Subject: [PATCH] added TODO list for cross compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- BuildCVS.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BuildCVS.txt b/BuildCVS.txt index 777c8e3586..0622a9dfc1 100644 --- a/BuildCVS.txt +++ b/BuildCVS.txt @@ -132,3 +132,13 @@ If all is well, do an install; from win32 Native and cross-compiled installations can co-exist peacefully (as long as their widget sets differ), except for wx-config. You might want to rename the cross-compiled one to i586-mingw32-wx-config, or something. + +Cross-compiling TODO: +--------------------- +- resource compiling must be done manually for now (should/can we link the +default wx resources into libwx_msw.a?) +- dynamic libraries +- static executables are HUGE -- there must be room for improvement. +- wxUSE_DYNLIB_CLASS double def is probably a bug in configure.in +- figure out a clean way to determine we're building with configure +- possibly some problems with parser.y and lexer.c and the like.