summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/docs/scripting-reference.md
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/docs/scripting-reference.md')
-rw-r--r--3rdparty/genie/docs/scripting-reference.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/3rdparty/genie/docs/scripting-reference.md b/3rdparty/genie/docs/scripting-reference.md
index bc4d1d3351e..35b1217e879 100644
--- a/3rdparty/genie/docs/scripting-reference.md
+++ b/3rdparty/genie/docs/scripting-reference.md
@@ -631,30 +631,31 @@ Specifies build flags to modify the compiling or linking process. Multiple calls
_flags_ - List of flag names from list below. Names are case-insensitive and ignored if not supported on a platform.
* _C7DebugInfo_ - Enables C7 compatible debug info for MSVC builds.
+* _EnableMinimalRebuild_ - Enable Visual Studio's minimal rebuild feature.
* _EnableSSE, EnableSSE2, EnableAVX, EnableAVX2_ - Enable SSE/AVX instruction sets
* _ExtraWarnings_ - Sets compiler's max warning level.
* _FatalWarnings_ - Treat warnings as errors.
* _FloatFast_ - Enable floating point optimizations at the expense of accuracy.
* _FloatStrict_ - Improve floating point consistency at the expense of performance.
* _FullSymbols_ - Use together with _Symbols_ to generate full debug symbols with Visual Studio.
+* _GenerateMapFiles_ - Enable .map file outputs from the Visual Studio linker.
* _LinkSupportCircularDependencies_ - Enables the linker to iterate over provided libs in order to resolve circular dependencies (make and ninja only).
* _Managed_ - Enable Managed C++ (.NET).
-* _MinimumWarnings_ - - Sets compiler's minimum warning level (Visual Studio only).
* _MFC_ - Enable support for Microsoft Foundation Classes.
+* _MinimumWarnings_ - - Sets compiler's minimum warning level (Visual Studio only).
* _NativeWChar, NoNativeWChar_ - Toggle support for the wchar data type.
* _No64BitChecks_ - Disable 64-bit portability warnings.
* _NoBufferSecurityCheck_ - Turns off Visual Studio 'Security Check' option. Can give up to 10% performance improvement.
* _NoEditAndContinue_ - Disable support for Visual Studio's Edit-and-Continue feature.
* _NoExceptions_ - Disable C++ exception support.
* _NoFramePointer_ - Disable the generation of stack frame pointers.
-* _NoIncrementalLink_ - Disable support for Visual Studio's incremental linking feature.
* _NoImportLib_ - Prevent the generation of an import library for a Windows DLL.
+* _NoIncrementalLink_ - Disable support for Visual Studio's incremental linking feature.
* _NoManifest_ - Prevent the generation of a manifest for Windows executables and shared libraries.
* _NoMultiProcessorCompilation_ - Disables Visual Studio's and FastBuild's multiprocessor compilation.
-* _NoRuntimeChecks_ - Disable Visual Studio's Basic Runtime Checks in Debug builds.
-* _EnableMinimalRebuild_ - Enable Visual Studio's minimal rebuild feature.
* _NoPCH_ - Disable precompiled headers.
* _NoRTTI_ - Disable C++ runtime type information.
+* _NoRuntimeChecks_ - Disable Visual Studio's Basic Runtime Checks in Debug builds.
* _NoWinMD_ - Disables Generation of Windows Metadata.
* _NoWinRT_ - Disables Windows RunTime Extension for project.
* _ObjcARC_ - Enable automatic reference counting for Object-C and Objective-C++.
@@ -668,10 +669,10 @@ _flags_ - List of flag names from list below. Names are case-insensitive and ign
* _Symbols_ - Generate debugging information.
* _Unicode_ - Enable Unicode strings. If not specified, the default toolset behavior is used.
* _Unsafe_ - Enable the use of unsafe code in .NET applications.
+* _UnsignedChar_ - Force `char`s to be `unsigned` by default.
* _UseFullPaths_ - Enable absolute paths for `__FILE__`.
* _UseLDResponseFile_ - Enable use of response file (aka @file) for linking lib dependencies (make only).
* _UseObjectResponseFile_ - Enable use of response file (aka @file) for linking objects (make only).
-* _UnsignedChar_ - Force `char`s to be `unsigned` by default.
* _WinMain_ - Use WinMain() as the entry point for Windows applications, rather than main().
**Note:** When not set, options will default to the tool default.
101-551/+594 * Update translation files (again) Vas Crabb2017-08-061-921/+981 * Update localisation .po files. Our localisations are rotting badly, so pleas... Vas Crabb2017-07-281-1131/+1215 * srcclean and translation regeneration Vas Crabb2016-08-291-572/+571 * Update and fix translation files. dankan18902016-07-071-472/+782 * Synchronized the translation files. (Nw) dankan18902016-04-151-348/+364 * submenu: merged some options menu. (nw) dankan18902016-04-111-415/+327 * Fixed the key handler for the error "roms or missing CHD." dankan18902016-04-071-229/+233 * Updated translation files (nw) Miodrag Milanovic2016-04-031-211/+166 * Update translations to latest Miodrag Milanovic2016-03-281-113/+101 * translation files resynchronized. (nw) dankan18902016-03-261-80/+80 * Update translations to latest code (nw) Miodrag Milanovic2016-03-251-123/+124 * Resynchronise translations with source Vas Crabb2016-03-221-115/+111 * Resynchronized the translation files. (nw) dankan18902016-03-181-195/+199 * fix translation issue on miscmenu Katsuhiko Kagami2016-03-171-0/+2 * Resync translation. nw dankan18902016-03-081-115/+106 * fix more unlocalisable stuff and resync translations. nw dankan18902016-03-061-6/+3 * Resynchronise translations Vas Crabb2016-03-061-75/+80 * Resynchronise translations with source Vas Crabb2016-03-051-21/+13 * Make translation will now remove fuzzy translations and will not merge those ... Miodrag Milanovic2016-03-021-73/+73 * some strings internationalization. (nw) dankan18902016-02-281-152/+497 * Update translation to latest, fixed error in Japanese/strings.po (nw) Miodrag Milanovic2016-02-281-201/+552 * ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... dankan18902016-02-271-102/+115 * more UI internationalization. (nw) dankan18902016-02-251-118/+350 * po files update. (nw) dankan18902016-02-211-3/+850 * removed created mo, in order to make it part of build process (nw)