6 lines
166 B
Batchfile
6 lines
166 B
Batchfile
|
@if exist "%~dp0Tools\windows_x64\kmake.exe" (
|
||
|
@call "%~dp0Tools\windows_x64\kmake.exe" %*
|
||
|
) else (
|
||
|
echo kmake was not found, please run the get_dlc script.
|
||
|
)
|