Vadim Zeitlin
5b608795d4
Use "MSW" and "Windows" more accurately to avoid confusion.
...
"MSW" is used as the name of toolkit using the standard Windows UI while
"Windows" is the name of the OS under which wxGTK can be now used too (in
addition to wxMSW).
This terminology is not perfect but at least let's keep it unambiguous.
Closes #15328 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-13 20:07:51 +00:00
Vadim Zeitlin
dbf67d66ae
Add documentation for building wxGTK under Windows.
...
Closes #15318 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-10 13:08:56 +00:00
Vadim Zeitlin
15f74a3feb
Don't include the manifest in wx/msw/wx.rc by default for MSVC compiler.
...
The later versions of this compiler don't need it any more, so make it easier
to set up the projects for them at the expense of MSVC 6 and 7 users who will
now need to explicitly define wxUSE_RC_MANIFEST=1 and predefine the
architecture macro (or setup their resource compiler include path to get
wx/msw/rcdefs.h under the lib directory but predefining the architecture is
clearly simpler).
Do generate manifest when using gcc as it predefines the architecture macros
allowing us to avoid requiring using the generated rcdefs.h.
The other compilers will be dealt with as needed if anybody is still using
them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-02-09 00:35:46 +00:00
Vadim Zeitlin
f3128ca17d
Update MSW installation instructions for 2.9.
...
Remove all mentions of 16 bit build.
Update the list of supported compilers and their versions.
Update Unicode build description.
Closes #11908 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-09-26 12:20:30 +00:00
Vadim Zeitlin
97981439aa
Replace "_amd64" with "_x64" in a few more places.
...
Fix bakefile presets and MSVC-specific setup.h.
Also document TARGET_CPU=X64 instead of AMD64.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-07-07 15:36:58 +00:00
Vadim Zeitlin
2415cf6725
Remove support for MetroWerks CodeWarrior compiler.
...
This compiler doesn't exist any more and was probably unsupported even in 2.8,
let alone 2.9, so remove all the __MWERKS__ tests to simplify things.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-04-05 18:40:11 +00:00
Vadim Zeitlin
19378461c4
Update broken link to manifest documentation on MSDN.
...
Closes #13860 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-13 11:29:33 +00:00
Vadim Zeitlin
e78e77e5ca
Added instructions about building applications using wxMSW.
...
Explaining how to build wxWidgets itself is insufficient as usually people
want to actually build their programs using it and not just the library
itself, so add a section explaining how to build the projects using wxMSW.
Also add a table of contents and mention that MSVC and g++ are the main
supported compilers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-11-28 14:16:03 +00:00
Vadim Zeitlin
2fe9180bfe
Update wxWinCE compilation instructions.
...
Remove obsolete information about eVC. Give the example of using bakefile to
generate VC[89] CE projects directly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-08-13 09:55:32 +00:00
Vadim Zeitlin
76e15cbd72
Update BUILD and DEBUG_{FLAG,INFO} documentation for wxMSW.
...
The documentation was completely out of date and hence very misleading.
Closes #12244 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-23 23:44:05 +00:00
Vadim Zeitlin
e80264fdbe
Remove mentions of wxUSE_ODBC from documentation.
...
This option doesn't exist any more in 2.9.
See #12244 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-23 23:44:00 +00:00
Vadim Zeitlin
ecdbd5b037
Don't mention non-existent setup.exe in wxMSW installation notes.
...
Also expand setup.h section.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-22 12:08:54 +00:00
Francesco Montorsi
56bcdffdc3
(minor change) update list of supported Windows versions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-02 23:21:54 +00:00
Vadim Zeitlin
469c80265e
remove out of date bugs; mention VC8 and wxUSE_NO_MANIFEST
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-09 12:50:14 +00:00
Bryan Petty
8a606bb006
More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-04 19:04:46 +00:00
Vadim Zeitlin
31b2181bfc
miscellaneous spelling/grammar corrections ( closes #10364 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-12 14:50:52 +00:00
Francesco Montorsi
4726bcc51b
remove references to tex2rtf; it's not part of wxWidgets anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-23 13:54:17 +00:00
Vadim Zeitlin
1c4293cb91
added wxPropertyGrid from Jaakko Salli ( #9934 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-12 20:57:41 +00:00
Vadim Zeitlin
2e9e197cf2
emphasize that mingw32-make and not MSYS make must be used to build using makefile.gcc
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-04 23:02:44 +00:00
Vadim Zeitlin
d7006f4409
correct phrase broken by the last change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 01:24:56 +00:00
Vadim Zeitlin
cd8c774660
replace SF links with wxTrac ones ( #9500 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-06 23:58:11 +00:00
Mart Raudsepp
8d1ed43a7f
Update some references of CVS to SVN, more remain that should be changed.
...
Update the daily makefiles link in winCE project file downloading instructions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-25 22:51:59 +00:00
Chris Elliott
1790256b78
changes to Borland install/usage
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-10-25 10:48:50 +00:00
Chris Elliott
eb2badcbb6
update to 2.9
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-10-22 08:15:59 +00:00
Václav Slavík
4fc1c0f091
made wxUSE_UNICODE=1 the default
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-06-22 12:34:38 +00:00
Václav Slavík
dad909f709
make it posible to change the compiler part of objects directory by setting COMPILER_PREFIX make variable
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-15 12:48:26 +00:00
Chris Elliott
143f778f65
add Borland Developer Studio and Turbo Explorer info
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-26 14:03:29 +00:00
Julian Smart
d716e45315
Removed versions so we don't have to update with every release
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-01-10 14:53:57 +00:00
Vadim Zeitlin
e28b9b9cb8
replaced 25 in libraries names with 28
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-12-12 11:50:04 +00:00
Vadim Zeitlin
ffe3c9ed98
need to tweak the standard header with BCC 5.6 to build wx currently
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-27 15:01:24 +00:00
Julian Smart
b45ab2904c
Version updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 12:12:18 +00:00
Vadim Zeitlin
3e09f6f1e8
clarify/correct note about VC6 build order problem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:21:46 +00:00
Julian Smart
d742155316
Corrected directory example
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 16:30:22 +00:00
Julian Smart
751f995440
Version changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 13:25:06 +00:00
Vadim Zeitlin
0797d64777
forcefully disable wxUSE_STD_STRING and wxUSE_STL for Digital Mars and Open Watcom
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 23:09:39 +00:00
Vadim Zeitlin
59f846df9b
removed confusing 'native make' from mingw32 section (bug 1236795)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:35:47 +00:00
Vadim Zeitlin
9afe743349
explain that CW might not work, mention that BC5 worked with 2.4.2 (bug 1158383)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:18:10 +00:00
Vadim Zeitlin
3f04a3c003
mention VC6 problem with the dependencies (closes 1216051)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-24 23:30:09 +00:00
Vadim Zeitlin
50c80a59f9
updated version to 2.70.; corrected URLs and updated change log in the announcement text
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 15:24:46 +00:00
Vadim Zeitlin
be27bc46ab
corrected cross-reference to non existent note
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-03-19 13:43:58 +00:00
Julian Smart
c1dfa9eb8e
Mobile 5 Smartphone fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-03-16 11:03:26 +00:00
Julian Smart
6fdaa47727
Added documentation for compiling under Windows Mobile 5
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-03-15 10:32:34 +00:00
Chris Elliott
71521e3757
fix Borland part of bug 1158383
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 09:40:05 +00:00
Michael Wetherell
aee06d92ae
Update with location of SP3 for VC++ 5.0 (Jan Jezabek)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 22:44:12 +00:00
Michael Wetherell
fec4df061a
Update notes on VC++ 5.0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 02:52:49 +00:00
Michael Wetherell
b974b0da43
Let TARGET_CPU work with either upper or lower case
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-11-30 20:13:48 +00:00
Michael Wetherell
b46d37d75c
Update the build instructions for Win64
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-11-09 14:17:31 +00:00
Michael Wetherell
391e89ae17
Initial attempt at some instructions on building for Win64
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-11-03 02:25:01 +00:00
Michael Wetherell
14ff1954ae
Add note that precompiled headers do not work on current Cygwin.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-10-18 18:54:13 +00:00
Mart Raudsepp
b323fb0b8f
Remove instruction to define NO_GCC_PRAGMA when compiling with gcc using Makefiles on Windows from
...
docs/msw/install.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-09-23 17:18:46 +00:00