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:
@@ -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
|
||||
|
Reference in New Issue
Block a user