summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-11-18 23:40:08 +0100
committerAndras Timar <atimar@suse.com>2011-11-18 23:47:35 +0100
commit949ee7c30806357a5e7fc678c7bbf53f991c71e8 (patch)
tree855b44ad5b9c51d8f98291dc79f47f87b8915089 /set_soenv.in
parent59a0064c2a195368379c5816640737e787550207 (diff)
add --enable-silent-msi configure switch
On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.
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 7a265ebb4015..abf12db3e459 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1869,6 +1869,7 @@ ToFile( "VERBOSE", "@VERBOSE@", "e" );
ToFile( "ENABLE_ZENITY", "@ENABLE_ZENITY@", "e" );
ToFile( "ENABLE_EVOAB2", "@ENABLE_EVOAB2@", "e" );
ToFile( "ENABLE_UGLY", "@ENABLE_UGLY@", "e" );
+ToFile( "ENABLE_SILENT_MSI", "@ENABLE_SILENT_MSI@", "e" );
ToFile( "ENABLE_RELEASE_BUILD", "@ENABLE_RELEASE_BUILD@", "e" );
ToFile( "GOBJECT_CFLAGS", "@GOBJECT_CFLAGS@", "e" );
ToFile( "GOBJECT_LIBS", "@GOBJECT_LIBS@", "e" );