diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-04-20 14:16:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-04-20 14:16:35 +0000 |
commit | 5a9e0d33dfe23894879ea8c73d4f5c16a8e11df3 (patch) | |
tree | 7451f6dfbbb8d0bfc834ff83f4a27c2b5183d232 /soldep/source/makefile.mk | |
parent | cc53dd0b92479429e07b48b5be520ee67e9f4b81 (diff) |
refactored version
Diffstat (limited to 'soldep/source/makefile.mk')
-rw-r--r-- | soldep/source/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/soldep/source/makefile.mk b/soldep/source/makefile.mk index 5dff60c52714..c5685a330b97 100644 --- a/soldep/source/makefile.mk +++ b/soldep/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2006-04-20 13:53:34 $ +# last change: $Author: obo $ $Date: 2006-04-20 15:16:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,13 +76,12 @@ SLOFILES = \ $(SLO)$/soldep.obj \ $(SLO)$/soldlg.obj \ $(SLO)$/depper.obj \ - $(SLO)$/hashtbl.obj \ $(SLO)$/hashobj.obj \ $(SLO)$/connctr.obj \ $(SLO)$/depwin.obj \ $(SLO)$/graphwin.obj \ $(SLO)$/tbox.obj \ - $(SLO)$/sdresid.obj \ + $(SLO)$/sdtresid.obj \ $(SLO)$/objwin.obj SHL1TARGET =$(TARGET)$(UPD)$(DLLPOSTFIX) |