diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 11:43:36 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 11:43:36 +0000 |
commit | bdf24d7002d6457e1a834ca9d347d71be37f5980 (patch) | |
tree | aaf5a308654e63eda0efcf2ddca8d09d285be53a /udm | |
parent | 85b3ed536e8d536b54af9e31e515e55c0843ff52 (diff) |
Move autodoc to OpenOffice.org
Diffstat (limited to 'udm')
-rw-r--r-- | udm/prj/d.lst | 2 | ||||
-rw-r--r-- | udm/util/makefile.mk | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/udm/prj/d.lst b/udm/prj/d.lst index 15332351efaa..8671a02d301d 100644 --- a/udm/prj/d.lst +++ b/udm/prj/d.lst @@ -3,7 +3,7 @@ mkdir: %_DEST%\inc%_EXT%\udm\html mkdir: %_DEST%\inc%_EXT%\udm\xml ..\%__SRC%\lib\udm.lib %_DEST%\lib%_EXT%\udm.lib -..\%__SRC%\lib\audm.a %_DEST%\lib%_EXT%\audm.a +..\%__SRC%\lib\libudm.a %_DEST%\lib%_EXT%\libudm.a ..\inc\udm\*.hxx %_DEST%\inc%_EXT%\udm\*.hxx ..\inc\udm\html\*.hxx %_DEST%\inc%_EXT%\udm\html\*.hxx ..\inc\udm\xml\*.hxx %_DEST%\inc%_EXT%\udm\xml\*.hxx diff --git a/udm/util/makefile.mk b/udm/util/makefile.mk index 03f4ea5fb0d1..4b4f41bf4689 100644 --- a/udm/util/makefile.mk +++ b/udm/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: np $ $Date: 2002-03-08 14:32:38 $ +# last change: $Author: np $ $Date: 2002-03-22 12:42:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ LIB1FILES= \ # --- Targets ------------------------------------------------------ LIB1TARGET= $(LB)$/$(TARGET).lib -LIB1ARCHIV= $(LB)$/a$(TARGET).a +LIB1ARCHIV= $(LB)$/lib$(TARGET).a .INCLUDE : target.mk |