Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-07-18 23:31:56 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-07-18 23:31:56 +0400
commit843faf20fc109af616188bdb8437f478aedc9311 (patch)
tree8dd95633bc18636ed09cdfe4896cd205e2af309e /main/xbuild.include
parent864a6ecdc06888767d7b79b6e01ed20680e50b57 (diff)
Default to DebugGnome configuration on Gnome
Diffstat (limited to 'main/xbuild.include')
-rw-r--r--main/xbuild.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbuild.include b/main/xbuild.include
index 7605adddb8..1ac24dbb3c 100644
--- a/main/xbuild.include
+++ b/main/xbuild.include
@@ -6,7 +6,7 @@ PROFILE_NAME=DebugMac
endif
if ENABLE_GNOMEPLATFORM
-PROFILE_NAME=Debug
+PROFILE_NAME=DebugGnome
endif
if ENABLE_WINDOWSPLATFORM