mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-02-03 01:22:07 +01:00
Build RTL when not exist while compiling examples
This commit is contained in:
parent
956e9db0e8
commit
a9f98b9894
@ -8,14 +8,17 @@ if "%Source%"=="" (
|
||||
)
|
||||
|
||||
set Bin=%~dp0..\Bin
|
||||
set Options=-b -$C- -$I- -$T+
|
||||
set Options=-$C- -$I- -$T+
|
||||
set Target=%Bin%\%~n1
|
||||
set Units=%~dp0..\RTL;%~dp0..\Lib
|
||||
|
||||
if not exist "%Bin%" mkdir "%Bin%"
|
||||
if exist "%Source%.cfg" del "%Source%.cfg"
|
||||
|
||||
dcc32 "%Source%.dpr" -e"%Bin%" %Options% -u"%Units%"
|
||||
if not exist "%~dp0..\RTL\SysInit.dcu" call "%~dp0..\build-RTL.bat"
|
||||
if errorlevel 1 goto exit
|
||||
|
||||
dcc32 "%Source%.dpr" -e"%Bin%" -u"%Units%" %Options%
|
||||
if errorlevel 1 goto exit
|
||||
|
||||
"%~dp0..\Pet" -nologo -strip -trunc -dropsect .idata,.rsrc -rebase 0 -osver 0.7 -log brief -into "%Target%.exe"
|
||||
|
@ -1,8 +0,0 @@
|
||||
@echo off
|
||||
|
||||
call %~dp0build-RTL.bat
|
||||
if errorlevel 1 goto exit
|
||||
|
||||
call %~dp0build-examples.bat
|
||||
|
||||
:exit
|
Loading…
x
Reference in New Issue
Block a user