From f66d8f33bbfbcde8be896f63ef42048a931f7f13 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 16 Jun 2017 17:45:53 +0800 Subject: disable compile rc for core --- core/src/demo/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua index 40d089f7f..9f4fd2f0d 100644 --- a/core/src/demo/xmake.lua +++ b/core/src/demo/xmake.lua @@ -36,6 +36,6 @@ target("demo") -- add the resource files (it will be enabled after publishing new version) if is_plat("windows") then - add_files("*.rc") +-- add_files("*.rc") end -- cgit v1.3.1