change MOZ_SRC references to DEPTH
git-svn-id: svn://10.0.0.236/trunk@477 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4292b1f9d5
commit
7ff412e9dc
@ -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…
x
Reference in New Issue
Block a user