diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 00:41:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 00:41:56 +0300 |
commit | 08c6706d0e6ecb0d928ffb847b64a6828a43144c (patch) | |
tree | 5e044baa756da5bb1bdf664d676c95f757c02d6f | |
parent | a64f87add5ab02df8f4b6b4ea1bd0be6a4c23fba (diff) |
No need to hardcode SOLAR_JAVA*=TRUE here
-rw-r--r-- | solenv/inc/wntgcci.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/wntgcci.mk b/solenv/inc/wntgcci.mk index 3f8dd7eb780c..db59cedec5ec 100644 --- a/solenv/inc/wntgcci.mk +++ b/solenv/inc/wntgcci.mk @@ -27,7 +27,7 @@ # mk file for Window Intel using GCC -SOLAR_JAVA*=TRUE +SOLAR_JAVA*= FULL_DESK=TRUE JAVAFLAGSDEBUG=-g |