8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/examples/build_win32/clean_api.bat

13 lines
310 B
Batchfile
Raw Normal View History

2003-07-11 05:05:27 +02:00
call setenvvar.bat %*
2003-07-11 05:05:27 +02:00
@echo.
2003-07-14 11:21:01 +02:00
@echo cleaning api
2003-07-11 05:05:27 +02:00
:: 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