summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/README.md
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/README.md')
-rw-r--r--3rdparty/genie/README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/3rdparty/genie/README.md b/3rdparty/genie/README.md
index 1269aeb30c3..509e23c02a5 100644
--- a/3rdparty/genie/README.md
+++ b/3rdparty/genie/README.md
@@ -61,15 +61,18 @@ intention to keep it compatible with it.
- Added ability to configure Visual Studio toolset from GENie script.
- Added `UnsignedChar` flag to force char to be unsigned.
- Removed vs2002, vs2003, vs2005, Solaris, and Haiku support.
- - Allow source files in the same project to have the same name.
+ - Allow source files in the same project to have the same name. Added
+ `SingleOutputDir` flag to use single output directory (original behaviour).
- Added WinRT support.
- Added `removeflags`, `removelinks`.
- Added vs2015 support.
- Added `targetsubdir`.
- Added support for solution folders `group`.
- - Added `options` section (and `ForceCpp` to enforce C++ compile even if extension is for C files)
- - Added `msgcompile`, `msgresource`, `msglinking` and `msgarchiving` as overrides for make messages
- - Added `messageskip` list to disable some of compiler messages
+ - Added `options` section (and `ForceCpp` to enforce C++ compile even if
+ extension is for C files)
+ - Added `msgcompile`, `msgresource`, `msglinking` and `msgarchiving` as
+ overrides for make messages.
+ - Added `messageskip` list to disable some of compiler messages.
## Why fork?