summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-01-19 19:51:10 +0600
committerMike Kaganski <mike.kaganski@collabora.com>2024-01-19 17:17:42 +0100
commit3288fba8ad31c21e6e8cebf605efda544f031156 (patch)
tree13393973b63b18af5d2013c5514dad7d9378fe15 /bin
parent62877583b5980962ae56668fe2cdd9a23de09cdd (diff)
Rename natstepfilter file, to make it not hidden on Linux
It turns out, that this also works, despite all the documentation refers to it as '.natstepfilter'. Change-Id: I17ab0662a3de0e0f7db72e31f5e7ed0f00823447 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162311 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gbuild-to-ide2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 8989a31c57cf..2d9aee089654 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -1016,7 +1016,7 @@ class VisualStudioIntegrationGenerator(IdeIntegrationGenerator):
natvis_path = os.path.join(gbuildparser.srcdir, 'solenv/vs/LibreOffice.natvis')
f.write('\t\t%(natvis)s = %(natvis)s\n' % {'natvis': natvis_path})
# The natstepfilter file allows to skip specific functions when stepping into in debugging
- natstepfilter_path = os.path.join(gbuildparser.srcdir, 'solenv/vs/.natstepfilter')
+ natstepfilter_path = os.path.join(gbuildparser.srcdir, 'solenv/vs/LibreOffice.natstepfilter')
f.write('\t\t%(natstepfilter)s = %(natstepfilter)s\n' % {'natstepfilter': natstepfilter_path})
f.write('\tEndProjectSection\n')
f.write('EndProject\n')