aboutsummaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-06-03 16:26:34 +0000
committerdos-reis <gdr@axiomatics.org>2011-06-03 16:26:34 +0000
commitb5ef39f0f52945c1d465b9fb0e1c014355ffc713 (patch)
treed901f72e35dcfc1757b55a28e839a8c388109c4f /src/driver
parent91ac879b87e3fdf5c796b65d4b2a259397b18002 (diff)
downloadopen-axiom-b5ef39f0f52945c1d465b9fb0e1c014355ffc713.tar.gz
Enable the new GUI interface as default driver
on Windows platforms with QT available.
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/main.cc b/src/driver/main.cc
index 2621e1be..96b4a007 100644
--- a/src/driver/main.cc
+++ b/src/driver/main.cc
@@ -132,6 +132,7 @@ main(int argc, char* argv[])
case compiler_driver:
case translator_driver:
case linker_driver:
+ case gui_driver:
putenv("LC_ALL=C");
setlocale(LC_ALL, "");
return execute_core(&command, driver);