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

git-svn-id: svn://10.0.0.236/trunk@99995 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2001-07-28 01:14:12 +00:00
parent b9338956ee
commit fa528e8dd7

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>