]> git.saurik.com Git - wxWidgets.git/commitdiff
added TODO list for cross compilation
authorHarco de Hilster <harcoh@caos.kun.nl>
Sat, 17 Jul 1999 22:19:29 +0000 (22:19 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sat, 17 Jul 1999 22:19:29 +0000 (22:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

BuildCVS.txt

index 777c8e3586f68f2b6c889adc1ae6c033b67d32a5..0622a9dfc1a40c2ec47152543d579fc2469c14ce 100644 (file)
@@ -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.