X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2557f8d8589de00ad3b66d544605fe6c124d512e..40f7145ca55ccf1b197e70acf79bbd4aa5d85145:/distrib/msw/tmake/vc6app.t?ds=sidebyside 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");