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:
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