1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/embedding/tests/winEmbed/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +# ***** BEGIN LICENSE BLOCK ***** 1.5 +# Version: Mozilla-sample-code 1.0 1.6 +# 1.7 +# Copyright (c) 2002 Netscape Communications Corporation and 1.8 +# other contributors 1.9 +# 1.10 +# Permission is hereby granted, free of charge, to any person obtaining a 1.11 +# copy of this Mozilla sample software and associated documentation files 1.12 +# (the "Software"), to deal in the Software without restriction, including 1.13 +# without limitation the rights to use, copy, modify, merge, publish, 1.14 +# distribute, sublicense, and/or sell copies of the Software, and to permit 1.15 +# persons to whom the Software is furnished to do so, subject to the 1.16 +# following conditions: 1.17 +# 1.18 +# The above copyright notice and this permission notice shall be included 1.19 +# in all copies or substantial portions of the Software. 1.20 +# 1.21 +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 1.22 +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1.23 +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1.24 +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1.25 +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1.26 +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 1.27 +# DEALINGS IN THE SOFTWARE. 1.28 +# 1.29 +# Contributor(s): 1.30 +# 1.31 +# ***** END LICENSE BLOCK ***** 1.32 + 1.33 +LIBS = \ 1.34 + $(DEPTH)/profile/dirserviceprovider/src/$(LIB_PREFIX)profdirserviceprovidersa_s.$(LIB_SUFFIX) \ 1.35 + $(XPCOM_STANDALONE_GLUE_LDOPTS) \ 1.36 + $(NULL) 1.37 + 1.38 +OS_LIBS += $(call EXPAND_LIBNAME,ole32 comdlg32 shell32 version) 1.39 + 1.40 +include $(topsrcdir)/config/rules.mk