mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
13 lines
310 B
Batchfile
13 lines
310 B
Batchfile
|
|
call setenvvar.bat %*
|
|
|
|
@echo.
|
|
@echo cleaning api
|
|
:: CLEANING
|
|
del %ROOT_PATH%\examples\api\*.obj 2>nul
|
|
del %ROOT_PATH%\examples\api\*.exp 2>nul
|
|
del %ROOT_PATH%\examples\api\*.lib 2>nul
|
|
del %ROOT_PATH%\examples\api\*.exe 2>nul
|
|
del %ROOT_PATH%\examples\api\*.pdb 2>nul
|
|
del %ROOT_PATH%\examples\api\api14.c 2>nul
|