summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2017-06-05 13:49:44 +0800
committerruki <[email protected]>2017-06-05 13:49:44 +0800
commitb62c9a1a532058db12fb73cdfeb0e174c8cbf2f2 (patch)
tree8907a06295d5feace3164c2bd27b5db0a8b0e001 /core/src
parent36034c15b390bdfdd095df85cfb345c4b9f68250 (diff)
disable .rc when compiling core
Diffstat (limited to 'core/src')
-rw-r--r--core/src/demo/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua
index db70a88b7..9f4fd2f0d 100644
--- a/core/src/demo/xmake.lua
+++ b/core/src/demo/xmake.lua
@@ -34,8 +34,8 @@ target("demo")
-- add the common source files
add_files("**.c")
- -- add the resource files
+ -- add the resource files (it will be enabled after publishing new version)
if is_plat("windows") then
- add_files("*.rc")
+-- add_files("*.rc")
end