From 06e8e72d8408c0d143f1c33def989931632022d7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 22 Jan 2003 23:03:35 +0000 Subject: [PATCH] updated for the latest makewat.env changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/minimal/makefile.wat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/minimal/makefile.wat b/samples/minimal/makefile.wat index 2b200ba7ec..3c02c6467f 100644 --- a/samples/minimal/makefile.wat +++ b/samples/minimal/makefile.wat @@ -5,11 +5,11 @@ # # -WXDIR = $(%WXWIN) +OUTPUTDIR = Watcom\ PROGRAM = minimal -OBJECTS = $(PROGRAM).obj +OBJECTS = $(OUTPUTDIR)$(PROGRAM).obj -!include $(WXDIR)\src\makeprog.wat +!include $(%WXWIN)\src\makeprog.wat -- 2.45.2