]> git.tdb.fi Git - builder.git/blobdiff - builderrc
Add support for statically linking the C++ standard library
[builder.git] / builderrc
index 9be1df252f437e597ca707c92b5b0d453e615c70..207c2d6ab0e1e9c6444c2158840549bcde5cd7b7 100644 (file)
--- a/builderrc
+++ b/builderrc
@@ -5,7 +5,7 @@ architecture "arm-linux"
 
 architecture "windows"
 {
-       prefix "i586-mingw32msvc";
+       prefix "i686-w64-mingw32";
 };
 
 architecture "arm-android"
@@ -21,6 +21,7 @@ build_type "debug"
                define "DEBUG" "1";
                warning_level 3;
                fatal_warnings true;
+               runtime_path_mode ABSOLUTE;
        };
 };
 
@@ -33,6 +34,7 @@ build_type "optimized_debug"
                optimize 2;
                warning_level 3;
                fatal_warnings true;
+               runtime_path_mode ABSOLUTE;
        };
 };
 
@@ -43,6 +45,7 @@ build_type "release"
                optimize 3;
                strip true;
                warning_level 1;
+               runtime_path_mode RELATIVE;
        };
 };