Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps.

git-svn-id: svn://10.0.0.236/trunk@166350 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2004-12-06 22:39:54 +00:00
parent 6e8489d119
commit d2c4aa852f
20 changed files with 394 additions and 196 deletions

View File

@@ -42,9 +42,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = xpcom
MODULE = xpcom_tests
XPIDL_MODULE = proxytest
REQUIRES = $(NULL)
REQUIRES = xpcom
CPPSRCS = proxytests.cpp
XPIDLSRCS = nsITestProxy.idl
@@ -57,4 +57,3 @@ LIBS = \
$(NULL)
include $(topsrcdir)/config/rules.mk