added WXDIRREL needed for contrib samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-01-16 00:45:57 +00:00
parent 80e8062f67
commit a53e32df70

View File

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