From cdc8263791c82f0d007827b6a63fa4395a31b687 Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Sat, 28 Jul 2001 01:14:12 +0000 Subject: [PATCH] Defining WEBCLIENT_ICE=1 will cause the ICE implemenation to be built in addition to the mozila one. --- java/webclient/classes_spec/Makefile.win | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/java/webclient/classes_spec/Makefile.win b/java/webclient/classes_spec/Makefile.win index 2b12f5060e8c..4598a24aaa72 100644 --- a/java/webclient/classes_spec/Makefile.win +++ b/java/webclient/classes_spec/Makefile.win @@ -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> \ No newline at end of file +include <$(DEPTH)\config\rules.mak>