diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-19 09:19:40 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-19 09:19:40 +0000 |
commit | 8adb70f25145e653ea0befb39ce2f07742df3d6b (patch) | |
tree | 25030706d6f411020b97fe00a9dd9e30666c2531 /sd/util | |
parent | 9f8993bbd2a7432d97528bd896f2a5e45e4bc1a7 (diff) |
added xml and api support for player
Diffstat (limited to 'sd/util')
-rw-r--r-- | sd/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index bc46543a6a2a..44b35f105d06 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: ka $ $Date: 2001-02-13 13:11:08 $ +# last change: $Author: cl $ $Date: 2001-03-19 10:19:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -220,7 +220,8 @@ ALL: \ LIB5TARGET= $(LB)$/sdl.lib LIB5ARCHIV= $(LB)$/libsdl.a LIB5FILES= \ - $(LB)$/sxl_core.lib + $(LB)$/sxl_core.lib\ + $(LB)$/sxl_unoidl.lib .ENDIF # --- Targets ------------------------------------------------------------- |