summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2023-01-28 01:09:36 +0100
committerHossein <hossein@libreoffice.org>2023-01-28 13:08:27 +0000
commit5fa078413ede313aed2ba41c3c57e8e13e4eb847 (patch)
treed6999830e6e41ced9ced9abcada09f0faad926c2 /vcl/Module_vcl.mk
parent312f83bcf52d2f681eb9fa1bbdbb98bfd063a3b4 (diff)
Make minvcl and svdemo VCL examples build on Windows
Previously, minvcl and svdemo VCL examples were not built on Windows. With this patch, both of the minvcl.exe and svdemo.exe are built on Windows. To run, one can invoke: ./bin/run minvcl and: ./bin/run svdemo Change-Id: I43bfb314b41c662250615486a3ca783fc6d82600 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146264 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index b6d06a6bc351..52224e438753 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -43,6 +43,8 @@ $(eval $(call gb_Module_add_targets,vcl,\
, \
$(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \
Executable_vcldemo \
+ Executable_svdemo \
+ Executable_minvcl \
Executable_icontest \
Executable_visualbackendtest \
Executable_mtfdemo \
@@ -54,8 +56,6 @@ ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),)
$(eval $(call gb_Module_add_targets,vcl,\
$(if $(filter-out ANDROID iOS WNT,$(OS)), \
- Executable_svdemo \
- Executable_minvcl \
Executable_fftester \
Executable_svptest \
Executable_listfonts \