summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 10:07:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 10:07:29 +0000
commit1bf3fefd35990d0f7f9b35205b5d9f966624e53c (patch)
treeb75d980ff301080d830f4823801d4ec2281fc0a9
parent0a9b976c69734f3c8e8e7f1f13d8924179bfb2ae (diff)
INTEGRATION: CWS mh11rc (1.4.36); FILE MERGED
2003/06/06 10:08:53 mh 1.4.36.1: join: from beta2
-rw-r--r--automation/util/makefile.mk21
1 files changed, 11 insertions, 10 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk
index d6584e5aa316..6f7eaaf4a6e4 100644
--- a/automation/util/makefile.mk
+++ b/automation/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2003-06-10 11:30:22 $
+# last change: $Author: vg $ $Date: 2003-06-12 11:07:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -121,7 +121,16 @@ DEF1DES =TestToolServer
# --- TESTTOOL IDE ------------------------------------------------------
APP1TARGET=testtool
+
+.IF "$(GUI)" == "UNX"
+APP1STDLIBS= -lapp -lsample
+.ELSE
APP1STDLIBS= \
+ app.lib \
+ sample.lib
+.ENDIF
+
+APP1STDLIBS+= \
$(CPPUHELPERLIB) \
$(TOOLSLIB) \
$(UNOTOOLSLIB) \
@@ -166,14 +175,6 @@ APP1STDLIBS+= -lXext -lX11 -lSM -lICE
APP1LIBS=\
$(LIBPRE) $(LB)$/testtool.lib
-.IF "$(GUI)" == "UNX"
-APP1STDLIBS+= -lapp -lsample
-.ELSE
-APP1STDLIBS+= \
- app.lib \
- sample.lib
-.ENDIF
-
APP1DEPN=\
$(LB)$/testtool.lib