From a53e32df702a78790ecee595eaa81e5a9d16ee43 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 16 Jan 2002 00:45:57 +0000 Subject: [PATCH] added WXDIRREL needed for contrib samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/vc6app.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/msw/tmake/vc6app.t b/distrib/msw/tmake/vc6app.t index 1234b8c6d4..39ff9c463e 100644 --- a/distrib/msw/tmake/vc6app.t +++ b/distrib/msw/tmake/vc6app.t @@ -70,7 +70,7 @@ if ( Config("wx") ) { #! default rel path works for all the demos and most of the samples #! if no explicit path given - $WXDIR = Project("WXDIR") || "..\\.."; + $WXDIR = Project("WXDIR") || (Project("WXDIRREL") || "..\\.."); AddIncludePath("$WXDIR\\include"); -- 2.50.0