summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-28 20:23:12 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-28 20:24:31 +0200
commit422f6dd134fd3661a0af1595115c28836de66554 (patch)
tree576afe69cdf300b7d2c19009a311a1d5f634a93e /bean
parent3ba3652eab747a2b707288d9e04db8a4d5fe8a26 (diff)
Bypass if no SOLAR_JAVA
Diffstat (limited to 'bean')
-rw-r--r--bean/native/win32/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/bean/native/win32/makefile.mk b/bean/native/win32/makefile.mk
index 9ccd0a0f3ccd..e05d270815a7 100644
--- a/bean/native/win32/makefile.mk
+++ b/bean/native/win32/makefile.mk
@@ -11,6 +11,8 @@ USE_DEFFILE=TRUE
.INCLUDE : settings.mk
+.IF "$(SOLAR_JAVA)" != ""
+
# --- Files --------------------------------------------------------
SLOFILES = \
@@ -28,6 +30,8 @@ DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= $(TARGET).dxp
DEF1DES=officebean
+.ENDIF
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk