diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-06 11:48:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-06 11:48:45 +0000 |
commit | eb20f1549ea67965fd7a7353d77ab06a01e84556 (patch) | |
tree | 97d803002826146f57a5a16a3321c27a15ac03d3 /sccomp/source | |
parent | a7b643c15cb5f0def931f1b5014fc17f2bd2f08b (diff) |
#i10000# We are sccomp now, not scext
Diffstat (limited to 'sccomp/source')
-rw-r--r-- | sccomp/source/solver/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sccomp/source/solver/makefile.mk b/sccomp/source/solver/makefile.mk index de438a2fa3c3..eaf9bb94fb37 100644 --- a/sccomp/source/solver/makefile.mk +++ b/sccomp/source/solver/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: nn $ $Date: 2008-02-15 15:19:59 $ +# last change: $Author: rt $ $Date: 2008-03-06 12:48:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -34,7 +34,7 @@ #************************************************************************* PRJ=..$/.. -PRJNAME=scext +PRJNAME=sccomp TARGET=solver ENABLE_EXCEPTIONS=TRUE @@ -54,7 +54,7 @@ SRC1FILES=solver.src # --- Library ----------------------------------- -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1OBJS= $(SLOFILES) |