mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
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 %*
|