File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,17 @@ set HYPRE_HOME=%INSTALLDIR%
155155echo The Hypre library version %LIB_TAG% was built and installed in %INSTALLDIR%
156156echo .
157157
158+ echo ----------------------------------------------------------
159+ echo ----------------------------------------------------------
160+ echo removing .obj and .mod files from Windows fds build directories
161+ echo ----------------------------------------------------------
162+ echo ----------------------------------------------------------
163+ echo .
164+ for /D %%f in (%FIREMODELS% \fds\Build\*win*) do (
165+ cd %%f
166+ erase *.obj *.mod > Nul 2 > Nul
167+ )
168+
158169cd %CURDIR%
159170
160171goto eof
Original file line number Diff line number Diff line change @@ -156,6 +156,17 @@ echo.
156156echo The Sundials library version %LIB_TAG% was built and installed in %INSTALLDIR%
157157echo .
158158
159+ echo ----------------------------------------------------------
160+ echo ----------------------------------------------------------
161+ echo removing .obj and .mod files from Windows fds build directories
162+ echo ----------------------------------------------------------
163+ echo ----------------------------------------------------------
164+ echo .
165+ for /D %%f in (%FIREMODELS% \fds\Build\*win*) do (
166+ cd %%f
167+ erase *.obj *.mod > Nul 2 > Nul
168+ )
169+
159170cd %CURDIR%
160171
161172goto eof
You can’t perform that action at this time.
0 commit comments