Module_vcl.mk (75e945be) Module_vcl.mk (5c06146f)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 60 unchanged lines hidden (view full) ---

69endif
70
71ifeq ($(GUIBASE),os2)
72$(eval $(call gb_Module_add_targets,vcl,\
73 WinResTarget_vcl \
74))
75endif
76
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 60 unchanged lines hidden (view full) ---

69endif
70
71ifeq ($(GUIBASE),os2)
72$(eval $(call gb_Module_add_targets,vcl,\
73 WinResTarget_vcl \
74))
75endif
76
77ifneq ($(OOO_JUNIT_JAR),)
78$(eval $(call gb_Module_add_subsequentcheck_targets,vcl,\
79 JunitTest_vcl_complex_memCheck \
80))
81endif
82
77# vim: set noet sw=4 ts=4:
83# vim: set noet sw=4 ts=4: