From 8f99a1a080c8d142967208a826971d430267b6a5 Mon Sep 17 00:00:00 2001 From: Nils Fuhrmann Date: Wed, 18 Apr 2001 09:33:29 +0000 Subject: Fixed path to project root --- rsc/source/rscpp/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rsc') diff --git a/rsc/source/rscpp/makefile.mk b/rsc/source/rscpp/makefile.mk index 0a019db84e25..e115c3ece3a7 100644 --- a/rsc/source/rscpp/makefile.mk +++ b/rsc/source/rscpp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: nf $ $Date: 2001-04-18 10:31:56 $ +# last change: $Author: nf $ $Date: 2001-04-18 10:33:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -59,7 +59,7 @@ # # #************************************************************************* -PRJ=. +PRJ=..$/.. TARGETTYPE=CUI TARGETTHREAD=ST -- cgit