diff options
author | Eduardo Chappa <chappa@washington.edu> | 2017-09-29 21:32:42 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2017-09-29 21:32:42 -0600 |
commit | 1ba0698db6a2a3bfb0834b37a1e4fda47bb7589d (patch) | |
tree | 1753c98d46f2d15db6764e24eb3a99f134116268 /build.bat | |
parent | 59761644cf24ee1a37dd4c85e49ba1060cf56ba2 (diff) | |
download | alpine-1ba0698db6a2a3bfb0834b37a1e4fda47bb7589d.tar.xz |
* Initialize unitilized variable in pith/smime.c and delete .pdb and
.ilk files in a PC-Alpine "build clean" command.
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -76,6 +76,24 @@ echo Sure you want to delete object, library and executable files?!?! echo If NOT, type Ctrl-C to terminate build script NOW. Type ENTER if you do. pause echo Cleaning alpine, pico, mailutil, mapi, and c-client directories +echo del *.pdb +del /Q alpine\*.pdb +del /Q c-client\*.pdb +del /Q c-client-dll\*.pdb +rem del /Q mailutil\*.pdb +rem del /Q mapi\*.pdb +del /Q pico\*.pdb +del /Q pith\*.pdb +del /Q regex\*.pdb +del /Q alpine\osdep\*.pdb +del /Q pico\osdep\*.pdb +del /Q pith\charconv\*.pdb +del /Q pith\osdep\*.pdb +echo del *.ilk +del /Q alpine\*.ilk +rem del /Q mapi\*.ilk +del /Q pico\*.ilk +del /Q pith\*.ilk set alpinemake=makefile.wnt set extramakecommand=clean if NOT exist c-client goto nocclient |