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