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