# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,icontest)) $(eval $(call gb_Executable_use_externals,icontest,\ boost_headers \ glm_headers \ )) ifeq ($(DISABLE_GUI),) $(eval $(call gb_Executable_use_externals,icontest,\ epoxy \ )) endif ifeq ($(SYSTEM_GLM),TRUE) $(eval $(call gb_Executable_add_defs,icontest,\ -DGLM_ENABLE_EXPERIMENTAL \ )) endif $(eval $(call gb_Executable_add_defs,icontest,\ -DVCL_INTERNALS \ )) $(eval $(call gb_Executable_use_api,icontest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_static_libraries,icontest,\ vclmain \ )) ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) $(eval $(call gb_Executable_add_libs,icontest,\ -lm $(DLOPEN_LIBS) \ -lX11 \ )) $(eval $(call gb_Executable_use_static_libraries,icontest,\ glxtest \ )) endif $(eval $(call gb_Executable_use_libraries,icontest,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,icontest,\ vcl/workben/icontest \ )) # vim: set noet sw=4 ts=4: dDatabaseRanges.idl 2013-03-24T06:43:01+00:00 Markus Mohrhard markus.mohrhard@googlemail.com 2013-03-24T06:38:55+00:00 c040fcc93393e941af1cf86a6fa97cd74aac70c2 Change-Id: Ic1638d1834be046941a620bc11a467a53bbdfb52
Change-Id: Ic1638d1834be046941a620bc11a467a53bbdfb52
clean up all the UNO IDL module header guards 2012-12-21T07:12:07+00:00 Noel Grandin noel@peralex.com 2012-12-12T10:36:45+00:00 2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc .. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
.. so I don't keep tripping over the bad ones during my UNO cleanup work.

(1) make them all use a similar syntax, makes it easier to run my automatic checker
(2) some of them were just cut'n'paste accidents waiting to happen
(3) remove unnecessary header guards in the __including__ file. That is very brittle.

Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
Remove comment art from offapi and udkapi 2012-08-12T17:29:16+00:00 Jean-Tiare LE BIGOT admin@jtlebi.fr 2012-08-11T17:22:07+00:00 fc2998738538a8e8abc4b8ab5b84a12aa7365dd0 I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
I used this "one-liner" to detect comment lines containing
only spaces and '=' or '-'

$ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;

Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07