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 | |
parent | a7b643c15cb5f0def931f1b5014fc17f2bd2f08b (diff) |
#i10000# We are sccomp now, not scext
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/prj/build.lst | 8 | ||||
-rw-r--r-- | sccomp/source/solver/makefile.mk | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sccomp/prj/build.lst b/sccomp/prj/build.lst index 03978ee76cda..150d023f0215 100644 --- a/sccomp/prj/build.lst +++ b/sccomp/prj/build.lst @@ -1,4 +1,4 @@ -scx scext : offuh comphelper lpsolve tools transex3 rsc NULL -scx scext usr1 - all scx_mkout NULL -scx scext\prj get - all scx_prj NULL -scx scext\source\solver nmake - all scx_solver NULL +scc sccomp : offuh comphelper lpsolve tools transex3 rsc NULL +scc sccomp usr1 - all scc_mkout NULL +scc sccomp\prj get - all scc_prj NULL +scc sccomp\source\solver nmake - all scc_solver NULL 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) |