comparison Lib/_buildvars.h @ 309:4f47971c45c2

Merge remote-tracking branch 'upstream/master'
author Rowan Decker <Smasher816@gmail.com>
date Sun, 08 Mar 2015 20:17:39 -0700
parents ab4515606277 834d69d22d47
children 66eccdd9ced5
comparison
equal deleted inserted replaced
308:ab4515606277 309:4f47971c45c2
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@"