mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1155760 - remove obsolete JAVA_{GEN_DIR,DIST_DIR,IFACES_PKG_NAME} definitions; r=nalexander
These definitions appear to have been added to support generating Java interfaces from xpidl interface files. Since we don't support doing that anymore, we don't need these definitions, either.
This commit is contained in:
parent
5cb5f0be4a
commit
1e0d4112b3
@ -298,11 +298,6 @@ MY_RULES := $(DEPTH)/config/myrules.mk
|
||||
#
|
||||
CCC = $(CXX)
|
||||
|
||||
# Java macros
|
||||
JAVA_GEN_DIR = _javagen
|
||||
JAVA_DIST_DIR = $(DEPTH)/$(JAVA_GEN_DIR)
|
||||
JAVA_IFACES_PKG_NAME = org/mozilla/interfaces
|
||||
|
||||
INCLUDES = \
|
||||
-I$(srcdir) \
|
||||
-I. \
|
||||
|
Loading…
Reference in New Issue
Block a user