X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=builderrc;h=39407207a0d8335093da2e5d63f56b9e5b2fd182;hb=e4c839cacd8572ade951f4961e8e145d20e0103f;hp=c9133d0df496149822e5ce049f8778204d17316e;hpb=278c6bd7ef882ba0fff9be0dfd067cc255ed8059;p=builder.git diff --git a/builderrc b/builderrc index c9133d0..3940720 100644 --- a/builderrc +++ b/builderrc @@ -1,11 +1,21 @@ -architecture "arm" +architecture "arm-linux" { prefix "arm-linux-gnueabi"; }; -architecture "windows" +architecture "windows-32" { - prefix "i586-mingw32msvc"; + prefix "i686-w64-mingw32"; +}; + +architecture "windows-64" +{ + prefix "x86_64-w64-mingw32"; +}; + +architecture "arm-android" +{ + prefix "arm-linux-androideabi"; }; build_type "debug" @@ -16,6 +26,7 @@ build_type "debug" define "DEBUG" "1"; warning_level 3; fatal_warnings true; + runtime_path_mode ABSOLUTE; }; }; @@ -28,6 +39,7 @@ build_type "optimized_debug" optimize 2; warning_level 3; fatal_warnings true; + runtime_path_mode ABSOLUTE; }; }; @@ -38,6 +50,7 @@ build_type "release" optimize 3; strip true; warning_level 1; + runtime_path_mode RELATIVE; }; };