4 rem delete OS flavor {wlh,wxp,wnet} specific build files to ensure a clean build
\r
6 for /f %%f in ( 'dir /b /s *_wxp_*' ) do (
\r
7 del /F /S /Q %%f 1>nul
\r
9 for /f %%f in ( 'dir /b /s *_wxp_*' ) do (
\r
10 rmdir /S /Q %%f 1>nul
\r
13 for /f %%f in ( 'dir /b /s *_wnet_*' ) do (
\r
14 del /F /S /Q %%f 1>nul
\r
16 for /f %%f in ( 'dir /b /s *_wnet_*' ) do (
\r
17 rmdir /S /Q %%f 1>nul
\r
20 for /f %%f in ( 'dir /b /s *_wlh_*' ) do (
\r
21 del /F /S /Q %%f 1>nul
\r
24 for /f %%f in ( 'dir /b /s *_wlh_*' ) do (
\r
25 rmdir /S /Q %%f 1>nul
\r