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");