From 1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b Mon Sep 17 00:00:00 2001 From: David Date: Thu, 4 Feb 2010 21:37:00 +0000 Subject: david - Made a build-M3 file for building to windows (mingw). This one actually builds *.cpp, yay!... Although i took out Process, Plugger, and Regex... to be re-added later... also had to stubify a few more functions when compiling on WIN32. --- src/plugger.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugger.cpp') diff --git a/src/plugger.cpp b/src/plugger.cpp index 8a1ed47..ef74da1 100644 --- a/src/plugger.cpp +++ b/src/plugger.cpp @@ -7,4 +7,9 @@ #include "bu/plugger.h" +#ifndef WIN32 + namespace Bu { subExceptionDef( PluginException ) } + +#endif + -- cgit v1.2.3