summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2017-01-17 18:10:51 +0000
committerDamjan Jovanovic <damjan@apache.org>2017-01-17 18:10:51 +0000
commitd42fe4f30e3ea154600c8e5b5892051922325707 (patch)
treeec73d35bbf2f5ec519af84aa713c09aea5f1e740 /automation
parentdacecb6cec89ec425db349f5739b6096174f2192 (diff)
Some gbuild fixes discovered during an audit compared to dmake.
Delete an unnecessary file in main/automation. Disable exception handling for 2 files in main/avmedia. Patch by: me
Notes
Notes: ignore: obsolete
Diffstat (limited to 'automation')
-rw-r--r--automation/Library_communi.mk.old99
1 files changed, 0 insertions, 99 deletions
diff --git a/automation/Library_communi.mk.old b/automation/Library_communi.mk.old
deleted file mode 100644
index a890e45c5756..000000000000
--- a/automation/Library_communi.mk.old
+++ /dev/null
@@ -1,99 +0,0 @@
-#**************************************************************
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-#**************************************************************
-
-
-
-$(eval $(call gb_Library_Library,communi))
-
-$(eval $(call gb_Library_add_precompiled_header,communi,$(SRCDIR)/automation/inc/pch/precompiled_automation))
-
-$(eval $(call gb_Library_add_package_headers,communi,automation_inc))
-
-$(eval $(call gb_Library_set_include,communi,\
- $$(INCLUDE) \
- -I$(SRCDIR)/automation/inc \
- -I$(SRCDIR)/automation/inc/pch \
- -I$(SRCDIR)/automation/source/inc \
-))
-
-#$(eval $(call gb_Library_add_defs,communi,\
-# -DAVMEDIA_DLLIMPLEMENTATION \
-#))
-
-$(eval $(call gb_Library_add_api,communi,\
- offapi \
- udkapi \
-))
-
-$(eval $(call gb_Library_add_linked_libs,communi,\
- sal \
- simplecm \
- svl \
- tl \
- vcl \
- vos3 \
- $(gb_STDLIBS) \
-))
-
-ifeq ($(GUI),WNT)
-$(eval $(call gb_Library_add_linked_libs,communi,\
- advapi32 \
- gdi32 \
-))
-endif
-
-$(eval $(call gb_Library_add_noexception_objects,communi,\
- automation/source/communi/communi \
- automation/source/server/recorder \
- automation/source/server/svcommstream \
- automation/source/server/cmdbasestream \
- automation/source/server/scmdstrm \
- automation/source/server/sta_list \
- automation/source/server/editwin \
- automation/source/server/retstrm \
- automation/source/server/profiler \
- automation/source/simplecm/tcpio \
- automation/source/simplecm/packethandler \
- automation/source/simplecm/simplecm \
-))
-
-ifeq ($(OS),SOLARIS)
-$(eval $(call gb_Library_add_noexception_objects,communi,\
- automation/source/server/prof_usl \
-))
-else
-$(eval $(call gb_Library_add_noexception_objects,communi,\
- automation/source/server/prof_nul \
-))
-endif
-
-$(eval $(call gb_Library_add_exception_objects,communi,\
- automation/source/server/XMLParser \
- automation/source/server/server \
-))
-
-$(eval $(call gb_Library_add_cxxobjects,dnd,\
- automation/source/server/statemnt \
- , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
-))
-
-
-# vim: set noet sw=4 ts=4: