aboutsummaryrefslogtreecommitdiff
path: root/src/plugger.h
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2010-02-04 21:37:00 +0000
committerDavid <david@xagasoft.com>2010-02-04 21:37:00 +0000
commit1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b (patch)
treebd4236dd6ffb7e7ca19eb3611e3c57e8f1ef924e /src/plugger.h
parent81b7d806028bd484e2765cbc57b9677544bf52b2 (diff)
downloadlibbu++-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.h')
-rw-r--r--src/plugger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugger.h b/src/plugger.h
index 48d778d..60f1967 100644
--- a/src/plugger.h
+++ b/src/plugger.h
@@ -8,6 +8,7 @@
8#ifndef BU_PLUGGER_H 8#ifndef BU_PLUGGER_H
9#define BU_PLUGGER_H 9#define BU_PLUGGER_H
10 10
11#ifndef WIN32 //yeah, this one is going to take some work...
11 12
12#include "bu/hash.h" 13#include "bu/hash.h"
13#include "bu/list.h" 14#include "bu/list.h"
@@ -212,4 +213,6 @@ namespace Bu
212 }; 213 };
213} 214}
214 215
216#endif //#ifndef WIN32 //yeah, this one is going to take some work...
217
215#endif 218#endif