You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
365 B
21 lines
365 B
|
|
REM Make changes to environment local
|
|
setlocal
|
|
|
|
SET RMDIR=rmdir /S /Q
|
|
SET DEL=del /Q
|
|
|
|
%RMDIR% CMakeFiles
|
|
%RMDIR% debug
|
|
%RMDIR% log4cplus.dir
|
|
%RMDIR% loggingserver.dir
|
|
%RMDIR% minsizerel
|
|
%RMDIR% release
|
|
%RMDIR% relwithdebinfo
|
|
%RMDIR% ZERO_CHECK.dir
|
|
|
|
%DEL% cmake_install.cmake
|
|
%DEL% CMakeCache.txt
|
|
|
|
REM Clean up changes to environment.
|
|
endlocal
|