diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 13:18:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 13:18:19 +0000 |
commit | 85a5c31f45a5d5ddf68634302f4769deadf2f84a (patch) | |
tree | 21f1423a8b87a53b0f79358ea97863e5539c11d5 /sal/qa/ByteSequence | |
parent | b863c4ecd26f23b2d94d73aaafdf3963dc6b8c50 (diff) |
INTEGRATION: CWS qadev6 (1.3.24); FILE MERGED
2003/05/08 07:46:26 lla 1.3.24.1: #109230# SLOFILES added, for right dmake killobj
Diffstat (limited to 'sal/qa/ByteSequence')
-rw-r--r-- | sal/qa/ByteSequence/makefile.mk | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sal/qa/ByteSequence/makefile.mk b/sal/qa/ByteSequence/makefile.mk index 73a8c54e5737..4fd61d0ea98a 100644 --- a/sal/qa/ByteSequence/makefile.mk +++ b/sal/qa/ByteSequence/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2003-04-01 13:21:27 $ +# last change: $Author: vg $ $Date: 2003-05-27 14:18:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,11 +72,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -#------------------------------- All object files ------------------------------- -# do this here, so we get right dependencies -# SLOFILES= \ -# $(SLO)$/ByteSequence.obj - #----------------------------------- OStringBuffer ----------------------------------- SHL1OBJS= \ @@ -99,6 +94,9 @@ DEF1NAME =$(SHL1TARGET) DEF1EXPORTFILE= export.exp +#------------------------------- All object files ------------------------------- +# do this here, so we get right dependencies +SLOFILES=$(SHL1OBJS) # --- Targets ------------------------------------------------------ |