From 09efdbdbdd5bde06d1d01f58875d410d791f89d8 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 5 Jun 2000 13:15:42 +0000 Subject: [PATCH] Added tech note git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/generic.rsp | 1 + distrib/msw/tmake/vc.t | 9 ++- distrib/msw/zipdist.bat | 3 + docs/html/news.htm | 2 +- docs/latex/wx/body.tex | 2 +- docs/latex/wx/datespan.tex | 3 +- docs/latex/wx/dropsrc.tex | 2 +- docs/latex/wx/droptrgt.tex | 2 +- docs/latex/wx/tdnd.tex | 6 +- docs/readme.txt | 3 +- docs/tech/index.txt | 1 + docs/tech/tn0008.htm | 144 +++++++++++++++++++++++++++++++++++++ src/makeg95.env | 2 +- src/msw/makefile.vc | 9 ++- 14 files changed, 176 insertions(+), 13 deletions(-) create mode 100644 docs/tech/tn0008.htm diff --git a/distrib/msw/generic.rsp b/distrib/msw/generic.rsp index b39b40ba85..8acd566e60 100644 --- a/distrib/msw/generic.rsp +++ b/distrib/msw/generic.rsp @@ -60,6 +60,7 @@ docs/html/icons/*.gif docs/html/icons/*.png docs/html/icons/*.jpg docs/tech/*.txt +docs/tech/*.htm src/makeenvs/*.env src/make.env diff --git a/distrib/msw/tmake/vc.t b/distrib/msw/tmake/vc.t index 8219ff56b8..5a2ffd1646 100644 --- a/distrib/msw/tmake/vc.t +++ b/distrib/msw/tmake/vc.t @@ -452,7 +452,7 @@ clean: $(PERIPH_CLEAN_TARGET) # Making documents -docs: allhlp allhtml allpdfrtf +docs: allhlp allhtml allpdfrtf htb htmlhelp alldocs: docs hlp: wxhlp wxhlp: $(DOCDIR)/winhelp/wx.hlp @@ -639,6 +639,13 @@ touchmanual: updatedocs: touchmanual alldocs +cleandocs: + -erase /Y $(DOCDIR)\html\wx\wx.htm + -erase /Y $(DOCDIR)\pdf\wx.rtf + -erase /Y $(DOCDIR)\latex\wx\wx.rtf + -erase /Y $(DOCDIR)\htmlhelp\wx.chm + -erase /Y $(DOCDIR)\htb\wx.htb + # Start Word, running the GeneratePDF macro. MakeManual.dot should be in the # Office StartUp folder, and PDFMaker should be installed. updatepdf: # touchmanual pdfrtf diff --git a/distrib/msw/zipdist.bat b/distrib/msw/zipdist.bat index 9da852da6b..bf26c9418e 100755 --- a/distrib/msw/zipdist.bat +++ b/distrib/msw/zipdist.bat @@ -216,6 +216,9 @@ ren s setup.w06 ren setup.w07 s ren s setup.w07 +ren setup.w08 s +ren s setup.w08 + rem Put all the setup files into a single zip archive. zip32 wxMSW-%version%-setup.zip readme.txt setup.* diff --git a/docs/html/news.htm b/docs/html/news.htm index f2adc22645..ccc451b57a 100644 --- a/docs/html/news.htm +++ b/docs/html/news.htm @@ -18,7 +18,7 @@ News -

May 24th, 2000

+

June 4th, 2000