]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6app.t
removed non existing unzip.h from the filelist.txt and regenerated everything
[wxWidgets.git] / distrib / msw / tmake / vc6app.t
index a99bfd558a1cc7bbd279c9be99c7da3ee2ef18ed..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");
 
        #! the wxWin lib name itself is composed from the basename with various
        #! suffixes: 'u' for Unicode, 'd' for debug and we also need the version
        #! for the DLL
        #! the wxWin lib name itself is composed from the basename with various
        #! suffixes: 'u' for Unicode, 'd' for debug and we also need the version
        #! for the DLL
-       $DLL_VERSION = "232";
+       $DLL_VERSION = "233";
 
        $project{"WX_LINK_DEBUG"} = $DEBUG_EXTRA_LIBS . "$WX_BASENAME$DEBUG_SUFFIX.lib";
        $project{"WX_LINK_RELEASE"} = $RELEASE_EXTRA_LIBS . "$WX_BASENAME.lib";
 
        $project{"WX_LINK_DEBUG"} = $DEBUG_EXTRA_LIBS . "$WX_BASENAME$DEBUG_SUFFIX.lib";
        $project{"WX_LINK_RELEASE"} = $RELEASE_EXTRA_LIBS . "$WX_BASENAME.lib";