mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
change MOZ_SRC references to DEPTH
This commit is contained in:
parent
a2b052af2d
commit
97a30441c4
@ -67,7 +67,7 @@ LOCAL_JMC_SUBDIR = ..\jmcgen\include
|
||||
LOCAL_JMC_SRC_SUBDIR = ..\jmcgen\src
|
||||
!endif
|
||||
|
||||
!include $(MOZ_SRC)\ns\config\rules.mak
|
||||
!include $(DEPTH)\config\rules.mak
|
||||
|
||||
!if !defined (MOZ_JAVA)
|
||||
export::
|
||||
@ -99,8 +99,8 @@ $(JMC_GEN_DIR)\Mcdoer.c: $(JMCSRCDIR)\cdoer.class
|
||||
#
|
||||
# JMC doesn't include . and .\_jmc automatically. Hack that.
|
||||
#
|
||||
# 16 bit needs $(MOZ_SRC)\ns\dist\public\jtools to access jmc.h
|
||||
CFLAGS = $(CFLAGS) -I. -I$(JMC_GEN_DIR) -I$(MOZ_SRC)\ns\dist\public\jtools
|
||||
# 16 bit needs $(DEPTH)\dist\public\jtools to access jmc.h
|
||||
CFLAGS = $(CFLAGS) -I. -I$(JMC_GEN_DIR) -I$(DEPTH)\dist\public\jtools
|
||||
|
||||
#
|
||||
# JMC doesn't install the module library that we make on windows
|
||||
|
Loading…
Reference in New Issue
Block a user