VirtualBox

Changeset 98319 in vbox for trunk/src/bldprogs/scm.h


Ignore:
Timestamp:
Jan 26, 2023 3:31:55 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155538
Message:

scm: Started on implement a more thoughout cleanup of kmk makefiles. bugref:10348

File:
1 edited

Legend:

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

    r98103 r98319  
    377377    /** No rc declarations allowed, only hrc or vrc depending on the result type. */
    378378    bool            fOnlyHrcVrcInsteadOfRc;
     379
     380    /** Whether to standarize kmk makefiles. */
     381    bool            fStandarizeKmk;
    379382
    380383    /** Update the copyright year. */
     
    479482bool ScmError(PSCMRWSTATE pState, int rc, const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(3, 4);
    480483bool ScmFixManually(PSCMRWSTATE pState, const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(2, 3);
     484bool ScmFixManuallyV(PSCMRWSTATE pState, const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(2, 0);
    481485
    482486extern const char g_szTabSpaces[16+1];
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