]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mgl/install.txt
Remove redundant top level const in wxRibbonBar::ShowPanels().
[wxWidgets.git] / docs / mgl / install.txt
index 34f7941d1c657aeb14a0cbbb3204f80895cecdad..8afa4e38b63c3b24e5e894ffc743a4f71ee5bfde 100644 (file)
@@ -14,7 +14,7 @@ IMPORTANT NOTE:
 
   When sending bug reports tell us what version of wxWidgets you are
   using (including the beta) and what compiler on what system. One
 
   When sending bug reports tell us what version of wxWidgets you are
   using (including the beta) and what compiler on what system. One
-  example: wxMGL 2.6.2, gcc 2.95.3, Redhat 7.0
+  example: wxMGL 2.8.0, gcc 2.95.3, Redhat 7.0
 
 First steps
 -----------
 
 First steps
 -----------
@@ -99,10 +99,10 @@ will output necessary C++ compiler flags and wx-config --libs will list all
 needed libraries. See an example of wxWidgets application makefile:
 
 minimal: minimal.o
 needed libraries. See an example of wxWidgets application makefile:
 
 minimal: minimal.o
-       $(CC) -o minimal minimal.o `wx-config --libs`
+       $(CXX) -o minimal minimal.o `wx-config --libs`
 
 
-minimal.o: minimal.cpp mondrian.xpm
-       $(CC) `wx-config --cxxflags` -c minimal.cpp -o minimal.o
+minimal.o: minimal.cpp
+       $(CXX) `wx-config --cxxflags` -c minimal.cpp -o minimal.o
 
 
 * Using configure to build MS-DOS version
 
 
 * Using configure to build MS-DOS version
@@ -246,7 +246,7 @@ Bug reports
 Please send bug reports with a description of your environment,
 compiler and the error message(s) to the wxwin-developers mailing list at:
 
 Please send bug reports with a description of your environment,
 compiler and the error message(s) to the wxwin-developers mailing list at:
 
-    wx-dev@lists.wxwindows.org
+    wx-dev@lists.wxwidgets.org
 
 Vaclav Slavik, Julian Smart, Robert Roebling and Vadim Zeitlin, February 2002.
 Mike Wetherell 2005/2006
 
 Vaclav Slavik, Julian Smart, Robert Roebling and Vadim Zeitlin, February 2002.
 Mike Wetherell 2005/2006