diff options
author | John van Groningen | 2003-10-20 10:31:22 +0000 |
---|---|---|
committer | John van Groningen | 2003-10-20 10:31:22 +0000 |
commit | c3a7979cacca0c48b90e28b8069d45460e537b57 (patch) | |
tree | c5bcfa257b4634d50df7986aa34493c622bf4829 | |
parent | remove temporary .cpp files (diff) |
remove temporary _startup2.go file
-rw-r--r-- | remove_tmp_files.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remove_tmp_files.bat b/remove_tmp_files.bat index c59b9cf..f6c1cc5 100644 --- a/remove_tmp_files.bat +++ b/remove_tmp_files.bat @@ -11,8 +11,9 @@ del ifileIO3.cpp del wfileIO3.a del wfileIO3.s del _startup1.s -del _startup2.s del _startup1.go +del _startup2.s +del _startup2.go del itrace.a del itrace.cpp del wcon_imports.a |