mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-10 02:00:33 +01:00
9 lines
169 B
Batchfile
9 lines
169 B
Batchfile
@echo off
|
|
|
|
set Bin=%~dp0..\Bin
|
|
set DCU=%Bin%\DCU
|
|
|
|
if not exist "%Bin%" mkdir "%Bin%"
|
|
if not exist "%DCU%" mkdir "%DCU%"
|
|
|
|
dcc32 -m -y -z "%~dp0..\Lib\System" -n"%DCU%" %* |