]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed dsw generator on Unix
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 31 Jul 2003 10:41:37 +0000 (10:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 31 Jul 2003 10:41:37 +0000 (10:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/regenMakefile.py

index b7f20dd6f886e162a9e94815e448b2339f93ef1d..732a492aa06c4c33700a994307218b0cc51bd89a 100755 (executable)
@@ -66,7 +66,7 @@ def addMakefile(bake, makedirs, deps=[], args={}):
 
     if 'msvc6prj' in args and args['msvc6prj'] != None:
         add(bake, makedirs,
-            os.path.basename(bake.replace('/','\\')).replace('.bkl','.dsw'),
+            (bake[1+bake.rfind('/'):]).replace('.bkl','.dsw'),
             dep, 'msvc6prj', args)
     
     lines[bake] = linesCur