VirtualBox

Changeset 69352 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Oct 26, 2017 2:25:27 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118676
Message:

scm: windows .inf files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scm.cpp

    r69349 r69352  
    396396};
    397397
     398static PFNSCMREWRITER const g_aRewritersFor_DriverInfFiles[] =
     399{
     400    rewrite_ForceNativeEol,
     401    rewrite_ExpandTabs,
     402    rewrite_StripTrailingBlanks,
     403    rewrite_AdjustTrailingLines,
     404    rewrite_SvnKeywords,
     405    rewrite_SvnNoExecutable,
     406    rewrite_Copyright_SemicolonComment,
     407};
     408
    398409static PFNSCMREWRITER const g_aRewritersFor_ScmSettings[] =
    399410{
     
    498509    SCM_CFG_ENTRY(g_aRewritersFor_Python,           false, "*.py" ),
    499510    SCM_CFG_ENTRY(g_aRewritersFor_Perl,             false, "*.pl" ),
     511    SCM_CFG_ENTRY(g_aRewritersFor_DriverInfFiles,   false, "*.inf" ),
    500512    SCM_CFG_ENTRY(g_aRewritersFor_ScmSettings,      false, "*.scm-settings" ),
    501513    SCM_CFG_ENTRY(g_aRewritersFor_Images,           true,  "*.png|*.bmp|*.jpg|*.pnm|*.ico|*.icns" ),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette