audk/BaseTools/Source/C/VfrCompile
Michael Thomas 819a2394f1 BaseTools/VfrCompile: honor CC if it is set
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Thomas <malinka@entropy-development.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19636 6f19259b-4bc3-4df7-8a09-765794883524
2016-01-11 07:42:03 +00:00
..
Pccts BaseTools/VfrCompile: honor CC if it is set 2016-01-11 07:42:03 +00:00
EfiVfr.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
GNUmakefile
Makefile
VfrCompiler.cpp There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. 2014-08-15 03:06:48 +00:00
VfrCompiler.h Support --version command line for VfrCompile 2014-08-01 04:44:16 +00:00
VfrError.cpp BaseTools: Fix two warning reported in the make phase. 2015-11-17 07:40:00 +00:00
VfrError.h Report warning info if vfr file use the flags used for framework code only. 2014-07-25 21:10:10 +00:00
VfrFormPkg.cpp BaseTools: Enable Match2 Opcode. 2015-05-06 10:38:04 +00:00
VfrFormPkg.h BaseTools:To generate string default type correctly in VfrCompiler 2015-08-27 08:19:40 +00:00
VfrSyntax.g BaseTools VfrCompiler: In order to keep consistent, add an optional ";" for condition op-code. 2015-10-15 01:03:47 +00:00
VfrUtilityLib.cpp BaseTools: Enable buffer type value for default and oneofoption opcode. 2015-05-06 09:35:14 +00:00
VfrUtilityLib.h