]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/portability/build.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / portability / build.hpp
diff --git a/src/stlplus/portability/build.hpp b/src/stlplus/portability/build.hpp
new file mode 100644 (file)
index 0000000..b105f19
--- /dev/null
@@ -0,0 +1,34 @@
+#ifndef STLPLUS_BUILD\r
+#define STLPLUS_BUILD\r
+////////////////////////////////////////////////////////////////////////////////\r
+\r
+//   Author:    Andy Rushton\r
+//   Copyright: (c) Southampton University 1999-2004\r
+//              (c) Andy Rushton           2004-2009\r
+//   License:   BSD License, see ../docs/license.html\r
+\r
+//   Provides a printable representation of the build characteristics in the form:\r
+\r
+//     version, platform, compiler, variant\r
+\r
+//   Where\r
+//     version is the version of STLplus\r
+//     platform is the target operating system\r
+//     compiler is the compilation system and version that the function was compiled with\r
+//     variant is the kind of build - debug or release\r
+\r
+//   Example:\r
+//     STLplus version 3.0, Generic Unix, gcc v3.4, debug\r
+\r
+////////////////////////////////////////////////////////////////////////////////\r
+#include "portability_fixes.hpp"\r
+#include <string>\r
+\r
+namespace stlplus\r
+{\r
+\r
+  std::string build(void);\r
+\r
+}\r
+////////////////////////////////////////////////////////////////////////////////\r
+#endif\r
This page took 0.026071 seconds and 4 git commands to generate.