From 2df08299296bbc0c343b2eb63af34455bd1baa0e Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sun, 25 Aug 2002 10:20:51 +0000 Subject: [PATCH] Stick the import lib in the right place. svn path=/trunk/; revision=3392 --- posix/lib/psxdll/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posix/lib/psxdll/Makefile b/posix/lib/psxdll/Makefile index d189a95c83f..0300ee818bf 100644 --- a/posix/lib/psxdll/Makefile +++ b/posix/lib/psxdll/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 2002/08/23 12:40:56 ea Exp $ +# $Id: Makefile,v 1.11 2002/08/25 10:20:51 sedwards Exp $ PATH_TO_TOP = ../../../reactos @@ -8,7 +8,7 @@ TARGET_TYPE = dynlink TARGET_NAME = psxdll -TARGET_LIBPATH = $(PATH_TO_PSX_TOP)/dk/lib +TARGET_LIBPATH = $(PATH_TO_TOP)/dk/psx/lib TARGET_LFLAGS = -nostartfiles