diff options
author | David <david@xagasoft.com> | 2010-02-04 21:37:00 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2010-02-04 21:37:00 +0000 |
commit | 1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b (patch) | |
tree | bd4236dd6ffb7e7ca19eb3611e3c57e8f1ef924e /src/plugger.cpp | |
parent | 81b7d806028bd484e2765cbc57b9677544bf52b2 (diff) | |
download | libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.gz libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.bz2 libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.xz libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.zip |
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.
Diffstat (limited to 'src/plugger.cpp')
-rw-r--r-- | src/plugger.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
7 | 7 | ||
8 | #include "bu/plugger.h" | 8 | #include "bu/plugger.h" |
9 | 9 | ||
10 | #ifndef WIN32 | ||
11 | |||
10 | namespace Bu { subExceptionDef( PluginException ) } | 12 | namespace Bu { subExceptionDef( PluginException ) } |
13 | |||
14 | #endif | ||
15 | |||