fixed dsw generator on Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-31 10:41:37 +00:00
parent 0fbf568271
commit 1bfeafbe2b

View File

@@ -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