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>
This commit is contained in:
@@ -69,14 +69,14 @@ $(eval $(call gb_Helper_register_executables,NONE, \
|
||||
unoidl-check \
|
||||
xrmex \
|
||||
$(if $(filter-out ANDROID iOS WNT,$(OS)), \
|
||||
svdemo \
|
||||
minvcl \
|
||||
fftester \
|
||||
svptest \
|
||||
svpclient ) \
|
||||
$(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
|
||||
$(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
|
||||
vcldemo \
|
||||
svdemo \
|
||||
minvcl \
|
||||
tiledrendering \
|
||||
mtfdemo \
|
||||
visualbackendtest \
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user