audk/BaseTools/Source/C/VfrCompile
Bruce Cran 5ddccf34c4 BaseTools: Fix build on FreeBSD and allow use of non-gcc system compiler
On FreeBSD, uuid.h is in /usr/include, not /usr/include/uuid.

Fix some errors when building using clang caused by self-assignment: the
preferred way to 'use' a variable is '(void)x;', not 'x = x;'.

Where the system provides $(CC) etc. by default, don't override it to be gcc.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bruce Cran <bruce@cran.org.uk>
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17866 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-08 01:06:25 +00:00
..
Pccts BaseTools: Fix build on FreeBSD and allow use of non-gcc system compiler 2015-07-08 01:06:25 +00:00
EfiVfr.h License header updated to match correct format. 2014-08-28 13:53:34 +00:00
GNUmakefile Sync BaseTool trunk (version r2670) into EDKII BaseTools. 2014-07-01 07:10:10 +00:00
Makefile Sync EDKII BaseTools to BaseTools project r2100. 2010-12-06 05:17:09 +00:00
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 Report warning info if vfr file use the flags used for framework code only. 2014-07-25 21:10:10 +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: Add reconnect request flag for question. 2015-05-27 02:25:48 +00:00
VfrSyntax.g BaseTools: Add reconnect request flag for question. 2015-05-27 02:25:48 +00:00
VfrUtilityLib.cpp BaseTools: Enable buffer type value for default and oneofoption opcode. 2015-05-06 09:35:14 +00:00
VfrUtilityLib.h Sync BaseTool trunk (version r2610) into EDKII BaseTools. 2013-11-18 07:41:21 +00:00