gecko/widget/windows/tests/Makefile.in
2012-05-21 12:12:37 +01:00

35 lines
1.0 KiB
Makefile

#
# 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/.
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# XXX None of these stuff works in libxul builds.
#LOCAL_INCLUDES = -I$(srcdir)/../ \
# -I$(srcdir)/../../xpwidgets \
# $(NULL)
#
#LIBS = ../$(LIB_PREFIX)widget_windows.$(LIB_SUFFIX) \
# ../../xpwidgets/$(LIB_PREFIX)xpwidgets_s.$(LIB_SUFFIX) \
# $(DIST)/lib/$(LIB_PREFIX)thebes.$(LIB_SUFFIX) \
# $(DIST)/lib/$(LIB_PREFIX)gkgfx.$(LIB_SUFFIX) \
# $(XPCOM_LIBS) \
# $(MOZ_UNICHARUTIL_LIBS) \
# $(QCMS_LIBS) \
# $(NULL)
#
#EXTRA_DSO_LDOPTS += $(LIBS_DIR)
#
#OS_LIBS += $(call EXPAND_LIBNAME,ole32 oleaut32 shell32 comctl32 comdlg32 imm32 shlwapi winspool msimg32)
#
#CPP_UNIT_TESTS = TestWinDND.cpp \
# $(NULL)
include $(topsrcdir)/config/rules.mk