From: Włodzimierz Skiba Date: Tue, 14 Sep 2004 11:41:21 +0000 (+0000) Subject: MGL workaround for the build system. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a2668a908accee30c40191249e11200be624ea6f MGL workaround for the build system. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index c0cd265f51..0714f762a4 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2370,7 +2370,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_UNIX_SRC) - $(BASE_WIN32_SRC) $(BASE_WINCE_SRC) + + $(BASE_WIN32_SRC) $(BASE_WINCE_SRC) $(BASE_MACOSX_SRC) $(BASE_OS2_SRC)