mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 13:30:44 +00:00
d3665cc2e6
This also removes the dependency on D3DX, which is only included in the DXSDK, meaning that just the Win8+ SDK should be required now.
7 lines
102 B
Batchfile
7 lines
102 B
Batchfile
@ECHO OFF
|
|
REM Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
|
|
SET DIR=%~dp0
|
|
|
|
python xenia-build.py %*
|