Executable_rscdep.mk (7871dc3e) | Executable_rscdep.mk (b93bfd5e) |
---|---|
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 --- 16 unchanged lines hidden (view full) --- 25 26$(eval $(call gb_Executable_set_include,rscdep,\ 27 $$(INCLUDE) \ 28 -I$(SRCDIR)/tools/inc/ \ 29 -I$(SRCDIR)/tools/inc/pch \ 30 -I$(SRCDIR)/tools/bootstrp/ \ 31)) 32 | 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 --- 16 unchanged lines hidden (view full) --- 25 26$(eval $(call gb_Executable_set_include,rscdep,\ 27 $$(INCLUDE) \ 28 -I$(SRCDIR)/tools/inc/ \ 29 -I$(SRCDIR)/tools/inc/pch \ 30 -I$(SRCDIR)/tools/bootstrp/ \ 31)) 32 |
33STLPORT_DEBUGFLAG = 34ifneq ($(USE_SYSTEM_STL),YES) 35ifeq ($(PRODUCT),) 36STLPORT_DEBUGFLAG = -D_DEBUG 37endif 38endif 39 |
|
33$(eval $(call gb_Executable_set_cxxflags,rscdep,\ 34 $$(CXXFLAGS) \ 35 -D_TOOLS_STRINGLIST \ | 40$(eval $(call gb_Executable_set_cxxflags,rscdep,\ 41 $$(CXXFLAGS) \ 42 -D_TOOLS_STRINGLIST \ |
43 $(STLPORT_DEBUGFLAG) \ |
|
36)) 37 38$(eval $(call gb_Executable_add_linked_libs,rscdep,\ 39 sal \ 40 stl \ 41 tl \ 42 vos3 \ 43 $(gb_STDLIBS) \ 44)) 45 46$(eval $(call gb_Executable_add_exception_objects,rscdep,\ 47 tools/bootstrp/appdef \ 48 tools/bootstrp/cppdep \ 49 tools/bootstrp/inimgr \ 50 tools/bootstrp/prj \ 51 tools/bootstrp/rscdep \ 52)) 53 54# vim: set noet sw=4 ts=4: | 44)) 45 46$(eval $(call gb_Executable_add_linked_libs,rscdep,\ 47 sal \ 48 stl \ 49 tl \ 50 vos3 \ 51 $(gb_STDLIBS) \ 52)) 53 54$(eval $(call gb_Executable_add_exception_objects,rscdep,\ 55 tools/bootstrp/appdef \ 56 tools/bootstrp/cppdep \ 57 tools/bootstrp/inimgr \ 58 tools/bootstrp/prj \ 59 tools/bootstrp/rscdep \ 60)) 61 62# vim: set noet sw=4 ts=4: |