mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
11 lines
185 B
Batchfile
11 lines
185 B
Batchfile
|
|
call setenvvar.bat
|
|
|
|
@echo.
|
|
@echo cleaning stat
|
|
:: CLEANING
|
|
del %ROOT_PATH%\examples\stat\*.obj 2>nul
|
|
del %ROOT_PATH%\examples\stat\*.exe 2>nul
|
|
del %ROOT_PATH%\examples\stat\*.c 2>nul
|
|
|