mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-30 23:10:27 +00:00
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 %*
|