Applied patch [ 589903 ] Update doc for CW/wxMSW install
This patch updates the CW section in docs/msw/install.txt for the development (2.3.3) branch. It fixes a couple typos and clarifies how to use the minimal project file as a template for other projects. Igor Mikolic-Torreira igormt@alumni.caltech.edu git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -364,7 +364,7 @@ Metrowerks CodeWarrior compilation
|
|||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
1. CodeWarrior Pro7 project files in XML format are already
|
1. CodeWarrior Pro7 project files in XML format are already
|
||||||
included in wxMSW-x.y.z.zip and the setup version.
|
included in wxMSW-2.3.3.zip and the setup version.
|
||||||
2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if
|
2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if
|
||||||
you are working from the CVS version) to make sure the settings reflect
|
you are working from the CVS version) to make sure the settings reflect
|
||||||
what you want. If you aren't sure, leave it alone and go with the
|
what you want. If you aren't sure, leave it alone and go with the
|
||||||
@@ -386,7 +386,7 @@ Metrowerks CodeWarrior compilation
|
|||||||
(2) Create the directories lib\cw7mswd\include\wx and copy the file
|
(2) Create the directories lib\cw7mswd\include\wx and copy the file
|
||||||
include\wx\msw\setup.h (or include\wx\msw\setup0.h if you are
|
include\wx\msw\setup.h (or include\wx\msw\setup0.h if you are
|
||||||
working from the CVS version) to lib\cw7mswd\include\wx\setup.h
|
working from the CVS version) to lib\cw7mswd\include\wx\setup.h
|
||||||
5. Import srcwxWindows.xml to create the project file wxWindows.mcp.
|
5. Import src\wxWindowsW7.xml to create the project file wxWindowsW7.mcp.
|
||||||
Store this project file in directory src. You may get warnings about
|
Store this project file in directory src. You may get warnings about
|
||||||
not being able to find certain project paths; ignore these warnings, the
|
not being able to find certain project paths; ignore these warnings, the
|
||||||
appropriate paths will be created during the build by the Batch File Runner.
|
appropriate paths will be created during the build by the Batch File Runner.
|
||||||
@@ -404,9 +404,16 @@ Metrowerks CodeWarrior compilation
|
|||||||
Volunteers for this are welcome (as neither DLLs nor unicode builds are
|
Volunteers for this are welcome (as neither DLLs nor unicode builds are
|
||||||
big priorities for me ;).
|
big priorities for me ;).
|
||||||
9. CodeWarrior Pro7 project files (in XML format) are also provided for some
|
9. CodeWarrior Pro7 project files (in XML format) are also provided for some
|
||||||
of the samples. In particular, for the minimal, controls, dialogs, dnd,
|
of the samples. In particular, there are project files for the minimal,
|
||||||
and docview samples. You can use these project files as templates for
|
controls, dialogs, dnd, nd docview samples. You can use these project
|
||||||
the other samples and for your own projects.
|
files as templates for the other samples and for your own projects.
|
||||||
|
- For example, to make a project file for the "newgrid" sample,
|
||||||
|
just copy the project file for the "minimal" sample, minimalW7.mcp
|
||||||
|
(made by importing minimalW7.xml into CodeWarrior), into the
|
||||||
|
sample/newgrid directory, calling it newgridW7.mcp. Open
|
||||||
|
newgridW7.mcp and revise the project by deleting the files
|
||||||
|
minimal.rc and minimal.cpp and adding the files griddemo.rc and
|
||||||
|
griddemo.cpp. Build and run....
|
||||||
|
|
||||||
|
|
||||||
Symantec C++ compilation
|
Symantec C++ compilation
|
||||||
|
Reference in New Issue
Block a user