summaryrefslogtreecommitdiffstats
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-12-09 14:21:33 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2014-12-09 14:27:17 +1100
commit5757af8008cb6881e9a40ec2b4e28330bc4fef7f (patch)
treefbe4ec6c11d0ca802461ead4aba751f5801138f5 /vcl/Module_vcl.mk
parentfdo#39440 reduce scope of local variables (diff)
downloadcore-5757af8008cb6881e9a40ec2b4e28330bc4fef7f.tar.gz
core-5757af8008cb6881e9a40ec2b4e28330bc4fef7f.zip
vcl: add new metafile viewer demo - mainly for fdo#80503
This is going to be very helpful troubleshooting problems with metafiles that just won't display. Change-Id: I661dd40e04434a9c64a0f59d9310d36444601989
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 329740a0bac1..9cc9ee038d87 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -29,7 +29,8 @@ $(eval $(call gb_Module_add_targets,vcl,\
$(if $(filter LINUX MACOSX WNT,$(OS)), \
Executable_icontest \
Executable_outdevgrind \
- Executable_vcldemo )) \
+ Executable_vcldemo \
+ Executable_mtfdemo )) \
$(if $(filter-out ANDROID IOS WNT,$(OS)), \
Executable_svdemo \
Executable_svptest \