8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
firebird-mirror/examples/build_win32/clean_api.bat
2003-07-14 09:21:01 +00:00

13 lines
307 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