10 lines
156 B
Batchfile
10 lines
156 B
Batchfile
|
if "%1" NEQ "x86" goto badplatform
|
||
|
echo Not building lexicon data files any more
|
||
|
|
||
|
goto end
|
||
|
|
||
|
:badplatform
|
||
|
echo Lexicon data files not built for %1 yet
|
||
|
|
||
|
:end
|