From: Vadim Zeitlin Date: Wed, 20 Oct 2004 00:36:01 +0000 (+0000) Subject: added stdpaths.* for MSW and Unix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8e5d510855b74cbcaa49ba50aaad631e1e859620?ds=inline added stdpaths.* for MSW and Unix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index de37ebea9c..5f7fe737f7 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -48,6 +48,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/unix/dir.cpp src/unix/mimetype.cpp src/unix/snglinst.cpp + src/unix/stdpaths.cpp src/unix/threadpsx.cpp @@ -59,6 +60,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/unix/execute.h wx/unix/mimetype.h wx/unix/pipe.h + wx/unix/stdpaths.h @@ -164,6 +166,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/object.cpp src/common/process.cpp src/common/regex.cpp + src/common/stdpbase.cpp src/common/sstream.cpp src/common/stopwatch.cpp src/common/strconv.cpp @@ -263,6 +266,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/snglinst.h wx/sstream.h wx/stack.h + wx/stdpaths.h wx/stockitem.h wx/stopwatch.h wx/strconv.h @@ -1087,6 +1091,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/region.cpp src/msw/renderer.cpp src/msw/settings.cpp + src/msw/stdpaths.cpp src/msw/timer.cpp src/msw/tooltip.cpp src/msw/toplevel.cpp