8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
firebird-mirror/examples/build_win32/clean_stat.bat

11 lines
185 B
Batchfile
Raw Normal View History

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