summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/_windows.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-04 11:06:33 +0800
committerruki <[email protected]>2015-06-04 11:06:33 +0800
commite93e932433483348664804a0cc054b2c6af61a95 (patch)
tree25bb8afda99c26c7082f5b2046e79702644405d4 /xmake/scripts/platform/windows/_windows.lua
parent282c12b8f7b9b01a85844326c28f6bc3529aa088 (diff)
load platform from the project and global configure directory
Diffstat (limited to 'xmake/scripts/platform/windows/_windows.lua')
-rw-r--r--xmake/scripts/platform/windows/_windows.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/scripts/platform/windows/_windows.lua b/xmake/scripts/platform/windows/_windows.lua
index b1bc0890b..8caa84fa3 100644
--- a/xmake/scripts/platform/windows/_windows.lua
+++ b/xmake/scripts/platform/windows/_windows.lua
@@ -35,9 +35,6 @@ _windows._ARCHS = {"x86", "x64"}
-- init maker
_windows._MAKER = require("platform/windows/_maker")
--- init prober
-_windows._PROBER = require("platform/windows/_prober")
-
-- make configure
function _windows.make(configs)