summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-08-27 08:03:10 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-08-27 08:03:10 +0000
commit3d6d4696a1e15cb38f126ace7256c4c462c543a2 (patch)
treebde338276e22d8c27ec468da0482f88d25069746 /icu
parent92a8f6947c734cfe69a00d1daa673b0c64c59575 (diff)
join: from OO642C, #100000#
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 1729fcc2ec98..67d309886a6b 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: er $ $Date: 2002-07-19 16:29:38 $
+# last change: $Author: mh $ $Date: 2002-08-27 09:03:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,7 +85,9 @@ CXX:=$(COMPATH)$/bin$/CC
.ENDIF # "$(COMNAME)"=="sunpro5"
CONFIGURE_DIR=source
+
CONFIGURE_ACTION=sh ./configure
+
CONFIGURE_FLAGS=--enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no
BUILD_DIR=$(CONFIGURE_DIR)
@@ -146,7 +148,9 @@ all: \
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk
-TG_DELIVER : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE)
+#.IF "$(GUI)"=="WNT"
+
+TG_DELIVER : $(PACKAGE_DIR)$/so_predeliver
$(DELIVER)
$(PACKAGE_DIR)$/so_add_binary : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE)
@@ -166,3 +170,5 @@ $(MISC)$/remove_build.flag : $(BINARY_PATCH_FILE_NAME) $(PATCH_FILE_NAME)
ALLTAR : TG_DELIVER
.ENDIF
+#.ENDIF
+