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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nordan <rpvn@robpvn.net>2013-10-11 01:47:07 +0400
committerRobert Nordan <rpvn@robpvn.net>2013-10-11 01:47:07 +0400
commit6f529d73e4c1c626a8aed079728b61e0c51dc432 (patch)
tree051bb0f44f23bc334321f82203cb6aa9700100f3 /xbuild.include
parent2f0c1360b78e379555331a914d8471f8864e1d50 (diff)
Add the DebugGTK3 type of configuration to sln
Not added it to csproj, since MD seems to be wiping my changes
Diffstat (limited to 'xbuild.include')
-rw-r--r--xbuild.include4
1 files changed, 4 insertions, 0 deletions
diff --git a/xbuild.include b/xbuild.include
index 03c61d7..aed7c17 100644
--- a/xbuild.include
+++ b/xbuild.include
@@ -1,11 +1,15 @@
ALL_CSPROJ=$(wildcard *.csproj)
MAIN_SLN=$(top_builddir)/Mono.Addins.sln
+if ENABLE_GUI_GTK3
+PROFILE_NAME=DebugGTK3
+else
if ENABLE_GUI
PROFILE_NAME=Debug
else
PROFILE_NAME=DebugNotGui
endif
+endif
XBUILD=xbuild
XBUILD_VERBOSITY=quiet