Single public include directory on Win32.

git-svn-id: svn://10.0.0.236/trunk@33538 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-06-03 18:34:27 +00:00
parent e31d58ad71
commit 095d917a3a
16 changed files with 28 additions and 64 deletions

View File

@@ -38,11 +38,7 @@ DEPTH= ..\..\..
#//
#//------------------------------------------------------------------------
!if "$(MOZ_BITS)" != "16"
INSTALL_DIR=$(PUBLIC)\java
!else
INSTALL_DIR=$(PUBLIC)\win16
!endif
INSTALL_DIR=$(XPDIST)\include
#//------------------------------------------------------------------------

View File

@@ -38,11 +38,7 @@ DEPTH= ..\..\..
#//
#//------------------------------------------------------------------------
!if "$(MOZ_BITS)" != "16"
INSTALL_DIR=$(PUBLIC)\java
!else
INSTALL_DIR=$(PUBLIC)\win16
!endif
INSTALL_DIR=$(XPDIST)\include
#//------------------------------------------------------------------------

View File

@@ -80,11 +80,7 @@ LINCS= $(LINCS) \
$(NULL)
!endif
!if "$(MOZ_BITS)" != "16"
INSTALL_DIR=$(PUBLIC)\java
!else
INSTALL_DIR=$(PUBLIC)\win16
!endif
INSTALL_DIR=$(XPDIST)\include
#//------------------------------------------------------------------------