Small makefile change.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2000-03-17 15:42:54 +00:00
parent 7d9fd00474
commit 5d9fe0892b
2 changed files with 10 additions and 1 deletions

View File

@ -1120,6 +1120,16 @@ UTILS_DIST: ALL_GUI_DIST
cp $(UTILSDIR)/makegen/*.cpp $(DISTDIR)/utils/makegen
cp $(UTILSDIR)/makegen/templates/*.* $(DISTDIR)/utils/makegen/templates
mkdir $(DISTDIR)/utils/hhp2cached
cp $(UTILSDIR)/hhp2cached/*.* $(DISTDIR)/utils/hhp2cached
mkdir $(DISTDIR)/utils/HelpGen
mkdir $(DISTDIR)/utils/HelpGen/src
cp $(UTILSDIR)/HelpGen/Makefile.in $(DISTDIR)/utils/HelpGen
cp $(UTILSDIR)/HelpGen/src/*.* $(DISTDIR)/utils/HelpGen/src
cp -R $(UTILSDIR)/dialoged $(DISTDIR)/utils/dialoged
MISC_DIST: ALL_GUI_DIST
mkdir $(DISTDIR)/misc
mkdir $(DISTDIR)/misc/afm

View File

@ -486,7 +486,6 @@ void MyFrame::OnTest3(wxCommandEvent& WXUNUSED(event))
m_sock->SetFlags(wxSOCKET_WAITALL);
// Note that len is in kbytes here!
// Also note that Linux kernel 2.0.36 gives up at len > 27.
len = 32;
buf1 = new char[len * 1024];
buf2 = new char[len * 1024];