From 2304e5c9a1ac7a23a883410628b6c571961d5abb Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Wed, 17 Nov 2004 02:47:32 +0000 Subject: [PATCH] Added archive.h to list of headers, put archive.cpp in alphabetical order, but did not rebake git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index a04986cf00..ca2dc8d131 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -208,6 +208,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/appbase.cpp + src/common/archive.cpp src/common/clntdata.cpp src/common/cmdline.cpp src/common/config.cpp @@ -253,7 +254,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/textfile.cpp src/common/tokenzr.cpp src/common/txtstrm.cpp - src/common/archive.cpp src/common/uri.cpp src/common/variant.cpp src/common/wfstream.cpp @@ -273,6 +273,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/afterstd.h wx/app.h wx/apptrait.h + wx/archive.h wx/arrimpl.cpp wx/arrstr.h wx/beforestd.h