summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-09-30 21:09:30 +0200
committerJan Holesovsky <kendy@suse.cz>2011-09-30 21:11:26 +0200
commit3927d9bd2af2511679120effdc790c99180fdf83 (patch)
tree0330446606cb0e039dec98992fc24cc739dc2e5b /set_soenv.in
parent8a2776971de1e460bc38d11223d530eed7878296 (diff)
Add support for bundling the -system .dll's into the MinGW builds.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 036e2826adfd..f4477d616248 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1848,6 +1848,7 @@ ToFile( "WITHOUT_AFMS", "@WITHOUT_AFMS@", "e" );
ToFile( "WITHOUT_PPDS", "@WITHOUT_PPDS@", "e" );
ToFile( "WITH_BINFILTER", "@WITH_BINFILTER@", "e" );
ToFile( "BUILD_TYPE", "$BUILD_TYPE", "e" );
+ToFile( "MINGW_EXTERNAL_DLLS","@MINGW_EXTERNAL_DLLS@","e");
ToFile( "VERBOSE", "@VERBOSE@", "e" );
ToFile( "ENABLE_ZENITY", "@ENABLE_ZENITY@", "e" );
ToFile( "ENABLE_EVOAB2", "@ENABLE_EVOAB2@", "e" );