mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
Add version to symbol files to avoid confusing symptoms from format changes.
This commit is contained in:
parent
9f5d4c6b0d
commit
ef815aa131
7 changed files with 33 additions and 20 deletions
3
make.cmd
3
make.cmd
|
|
@ -68,6 +68,7 @@ if errorlevel 1 (
|
|||
echo make full - administrator rights required. Please run under an administrator command prompt.
|
||||
goto :eof
|
||||
)
|
||||
call :uninstall || exit /b
|
||||
call :clean || exit /b
|
||||
call :compiler || exit /b
|
||||
call :browsercmd || exit /b
|
||||
|
|
@ -447,7 +448,7 @@ goto :eof
|
|||
|
||||
|
||||
:initlibrary
|
||||
del /s /q %BUILDDIR%\%MODEL% >nul 2>nul
|
||||
rd /s /q %BUILDDIR%\%MODEL% >nul 2>nul
|
||||
mkdir %BUILDDIR% >nul 2>nul
|
||||
mkdir %BUILDDIR%\%MODEL% >nul 2>nul
|
||||
copy src\runtime\*.c %BUILDDIR%\%MODEL% >nul
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue