mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Defining WEBCLIENT_ICE=1 will cause the ICE implemenation to be built in addition to the mozila one.
This commit is contained in:
parent
e75aca8f91
commit
cdc8263791
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user