Commit d7096529 authored by Alexey.Golubev's avatar Alexey.Golubev

debug

parent 776d799f
......@@ -9,6 +9,14 @@ if defined TARGET (
SET PLATFORM=%TARGET%
)
if "%TARGET%" == "win-32" (
SET PLATFORM=x86
)
if "%TARGET%" == "win-64" (
SET PLATFORM=x64
)
if "%PLATFORM%" == "win_32" (
SET MACHINE=x86
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment