mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
11 lines
188 B
Batchfile
11 lines
188 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
|
|
|