comparison Lib/_buildvars.h @ 294:834d69d22d47

Adding list of modified files to the cli version command.
author Jacob Alexander <haata@kiibohd.com>
date Sat, 28 Feb 2015 23:50:13 -0800
parents 757e06368d0f
children 4f47971c45c2
comparison
equal deleted inserted replaced
293:57f40871c726 294:834d69d22d47
1 /* Copyright (C) 2013-2014 by Jacob Alexander 1 /* Copyright (C) 2013-2015 by Jacob Alexander
2 * 2 *
3 * Permission is hereby granted, free of charge, to any person obtaining a copy 3 * Permission is hereby granted, free of charge, to any person obtaining a copy
4 * of this software and associated documentation files (the "Software"), to deal 4 * of this software and associated documentation files (the "Software"), to deal
5 * in the Software without restriction, including without limitation the rights 5 * in the Software without restriction, including without limitation the rights
6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36 36
37 // Strings used in the CLI module 37 // Strings used in the CLI module
38 #define CLI_Revision "@Git_Commit_Revision@" 38 #define CLI_Revision "@Git_Commit_Revision@"
39 #define CLI_Branch "@Git_Branch_INFO@" 39 #define CLI_Branch "@Git_Branch_INFO@"
40 #define CLI_ModifiedStatus "@Git_Modified_Status@" 40 #define CLI_ModifiedStatus "@Git_Modified_Status@"
41 #define CLI_ModifiedFiles "@Git_Modified_Files@"
41 #define CLI_RepoOrigin "@Git_Origin_URL@" 42 #define CLI_RepoOrigin "@Git_Origin_URL@"
42 #define CLI_CommitDate "@Git_Date_INFO@" 43 #define CLI_CommitDate "@Git_Date_INFO@"
43 #define CLI_CommitAuthor @Git_Commit_Author@ 44 #define CLI_CommitAuthor @Git_Commit_Author@
44 #define CLI_Modules "Scan(@ScanModule@) Macro(@MacroModule@) Output(@OutputModule@) Debug(@DebugModule@)" 45 #define CLI_Modules "Scan(@ScanModule@) Macro(@MacroModule@) Output(@OutputModule@) Debug(@DebugModule@)"
45 #define CLI_BuildDate "@Build_Date@" 46 #define CLI_BuildDate "@Build_Date@"