diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:36:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:36:03 +0000 |
commit | a22476d5044b671125508ed155c010fda298dd15 (patch) | |
tree | 80e6f478ecb934ff7e04be7d898c3b1fd80aca7c /testshl2 | |
parent | d28b8aab8e6bf862f017edb9f76b51093b6803d4 (diff) |
INTEGRATION: CWS qadev12 (1.3.16); FILE MERGED
2003/09/25 13:57:05 lla 1.3.16.1: #112157# add new terminator.
Diffstat (limited to 'testshl2')
-rw-r--r-- | testshl2/source/makefile.mk | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/testshl2/source/makefile.mk b/testshl2/source/makefile.mk index 454f2d6a558f..2d032b551c02 100644 --- a/testshl2/source/makefile.mk +++ b/testshl2/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2003-05-19 13:13:03 $ +# last change: $Author: vg $ $Date: 2003-10-06 13:36:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -119,6 +119,16 @@ APP2STDLIBS=$(SALLIB) APP2DEPN= APP2LIBS= +# ------------------------------------------------------------------ +APP3TARGET= $(TARGET)_timeout +APP3OBJS= $(OBJ)$/getopt.obj $(OBJ)$/filehelper.obj $(OBJ)$/terminate.obj + +APP3STDLIBS=$(SALLIB) + +APP3DEPN= +APP3LIBS= + + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |