diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 13:20:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 13:20:12 +0000 |
commit | 34d6fb3cd0b45b337dab1fd339b305e810d58daa (patch) | |
tree | 49b196136a0106461550b9796589b13632fceae0 /sal/qa/rtl_strings/makefile.mk | |
parent | 5d7509dfda4be39e4346ec9fe84819714a529455 (diff) |
INTEGRATION: CWS qadev6 (1.2.24); FILE MERGED
2003/05/08 07:47:09 lla 1.2.24.1: #109230# SLOFILES added, for right dmake killobj
Diffstat (limited to 'sal/qa/rtl_strings/makefile.mk')
-rw-r--r-- | sal/qa/rtl_strings/makefile.mk | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sal/qa/rtl_strings/makefile.mk b/sal/qa/rtl_strings/makefile.mk index e0e9e7695186..d7d1cc836ef1 100644 --- a/sal/qa/rtl_strings/makefile.mk +++ b/sal/qa/rtl_strings/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2003-04-01 13:24:21 $ +# last change: $Author: vg $ $Date: 2003-05-27 14:20:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -143,6 +143,13 @@ DEF3EXPORTFILE= export.exp # auto generated Target:FileBase # END ------------------------------------------------------------------ +#------------------------------- All object files ------------------------------- +# do this here, so we get right dependencies +SLOFILES=\ + $(SHL1OBJS) \ + $(SHL2OBJS) \ + $(SHL3OBJS) + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |