From 8adb70f25145e653ea0befb39ce2f07742df3d6b Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Mon, 19 Mar 2001 09:19:40 +0000 Subject: added xml and api support for player --- sd/util/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sd/util') 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 ------------------------------------------------------------- -- cgit