Fix to make OJI to build.

git-svn-id: svn://10.0.0.236/trunk@3363 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
raman
1998-06-05 19:34:36 +00:00
parent e9827af888
commit 1b3aba72b3
3 changed files with 6 additions and 4 deletions

View File

@@ -155,6 +155,8 @@ struct nsRect {
#ifdef XP_UNIX
#include <stdio.h>
/*
* Callback Structures.
*

View File

@@ -10,7 +10,7 @@
#// root of NS
#//
#//------------------------------------------------------------------------
NS_DEPTH=../..
DEPTH=../..
#//------------------------------------------------------------------------
#//
@@ -27,5 +27,5 @@ DIRS= src
#// Include the common makefile rules
#//
#//------------------------------------------------------------------------
include $(NS_DEPTH)/config/rules.mk
include $(DEPTH)/config/rules.mk

View File

@@ -4,7 +4,7 @@
#//
#//------------------------------------------------------------------------
NS_DEPTH = ../../..
DEPTH = ../../..
MODULE = oji
@@ -20,5 +20,5 @@ endif # MOZ_OJI
EXPORTS = nsjvm.h jvmmgr.h nsscd.h
include $(NS_DEPTH)/config/rules.mk
include $(DEPTH)/config/rules.mk