diff options
| author | ruki <[email protected]> | 2018-06-16 21:50:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-06-16 21:50:41 +0800 |
| commit | f15ff1ca73b02ff5f522c9fe59004331b1b410fb (patch) | |
| tree | a7df7334ba1456d9bea9390eb358ede811ab55db /xmake/modules/core/tools | |
| parent | d37d5fa62c84c1bf1c63b1a71aacbde497493dd6 (diff) | |
update versionv2.2.1
Diffstat (limited to 'xmake/modules/core/tools')
| -rw-r--r-- | xmake/modules/core/tools/rc.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index 4ff7a2faa..1ffcf2294 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -29,9 +29,6 @@ import("core.project.project") -- init it function init(self) - -- init mrcflags - _g.mrcflags = {"-nologo"} - -- init buildmodes _g.buildmodes = { |
