From: Julian Smart Date: Sun, 6 Feb 2000 19:11:10 +0000 (+0000) Subject: Some doc corrections; Watcom C++ corrections; VC++ 4 corrections X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/457e6c54a28bc20cf347ba921755d7d5b296aa2a Some doc corrections; Watcom C++ corrections; VC++ 4 corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/wat.t b/distrib/msw/tmake/wat.t index 5bafc4437b..49c3c8957c 100644 --- a/distrib/msw/tmake/wat.t +++ b/distrib/msw/tmake/wat.t @@ -355,7 +355,7 @@ clean_zlib: .SYMBOLIC cd $(WXDIR)\src\msw MFTYPE=wat -makefile.$(MFTYPE) : $(WXWIN)\distrib\msw\tmake\filelist.txt $(WXWIN)\distrib\msw\tmake\$(MFTYPE).t - cd $(WXWIN)\distrib\msw\tmake +self : .SYMBOLIC $(WXDIR)\distrib\msw\tmake\filelist.txt $(WXDIR)\distrib\msw\tmake\$(MFTYPE).t + cd $(WXDIR)\distrib\msw\tmake tmake -t $(MFTYPE) wxwin.pro -o makefile.$(MFTYPE) - copy makefile.$(MFTYPE) $(WXWIN)\src\msw + copy makefile.$(MFTYPE) $(WXDIR)\src\msw diff --git a/docs/html/index.htm b/docs/html/index.htm index f67ba3dc60..a13ea2ab32 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -157,6 +157,8 @@ downloaded from the wxWindows Web site.


Samples
+Each of the following demonstrates one or more aspect of wxWindows.

+