Defining WEBCLIENT_ICE=1 will cause the ICE implemenation to be built in addition to the mozila one.

This commit is contained in:
edburns%acm.org 2001-07-28 01:14:12 +00:00
parent e75aca8f91
commit cdc8263791

View File

@ -50,6 +50,15 @@ JAR_WEBCLIENT_CLASSES = \
org\mozilla\webclient\wrapper_native \
org\mozilla\webclient\wrapper_native\win32 \
org\mozilla\webclient\test \
$(NULL)
!ifdef WEBCLIENT_ICE
JAR_WEBCLIENT_CLASSES = \
$(JAR_WEBCLIENT_CLASSES) \
org\mozilla\webclient\wrapper_nonnative \
org\mozilla\webclient\test_nonnative \
$(NULL)
!endif
# org\mozilla\webclient\test org\mozilla\webclient\win32 org\mozilla\webclient\test\swing
@ -80,4 +89,4 @@ JAVAC_CLASSPATH=$(JAVAC_CLASSPATH);$(CLASSPATH)
!endif
include <$(DEPTH)\config\javarules.mak>
include <$(DEPTH)\config\rules.mak>
include <$(DEPTH)\config\rules.mak>