mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 09:37:31 +00:00
Scons: change msvs project target path (sync to 1.5.x)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16747 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc286bd217
commit
3854ea161a
@ -1888,7 +1888,7 @@ if build_msvs_projects:
|
||||
['$TOP_SRCDIR/src/frontends/qt2/%s' % x for x in src_frontends_qt2_header_files],
|
||||
res = ['$TOP_SRCDIR/src/frontends/qt2/ui/%s' % x for x in src_frontends_qt2_ui_files],
|
||||
rebuildTargetOnly = False,
|
||||
full_target = File(env.subst('$BUILDDIR/$frontend/lyx$PROGSUFFIX')).abspath)
|
||||
full_target = File(env.subst('$BUILDDIR/lyx$PROGSUFFIX')).abspath)
|
||||
|
||||
|
||||
if build_po:
|
||||
|
Loading…
Reference in New Issue
Block a user