summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2017-06-16 17:45:53 +0800
committerruki <[email protected]>2017-06-16 17:45:53 +0800
commitf66d8f33bbfbcde8be896f63ef42048a931f7f13 (patch)
tree235393e6022445174db5667b429a2af857051b7e /core/src
parent8e3a19f241b01e2ee4d1d65a2124bd82fd4fc96b (diff)
disable compile rc for core
Diffstat (limited to 'core/src')
-rw-r--r--core/src/demo/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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