]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6app.t
Fixed some bit-rot problems in contribs
[wxWidgets.git] / distrib / msw / tmake / vc6app.t
index 1234b8c6d40b8eeb567cdc55510ddae4c701fafb..39ff9c463e8afd5226a79febc249dc306f78fd2a 100644 (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
     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");
 
 
        AddIncludePath("$WXDIR\\include");