diff options
author | Christian A. Weber <chris@gna.ch> | 1993-05-24 16:02:57 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1993-05-24 16:02:57 +0000 |
commit | 713b6d7b94d37154a51a696d04bd8c2d88c51f00 (patch) | |
tree | 331e88dee4a0f4f08256dda4fd14e648ad02276a | |
parent | b40099c4a8f15a2634399fe7fd3947913bf33f84 (diff) | |
download | iff-library-713b6d7b94d37154a51a696d04bd8c2d88c51f00.tar.gz iff-library-713b6d7b94d37154a51a696d04bd8c2d88c51f00.tar.bz2 iff-library-713b6d7b94d37154a51a696d04bd8c2d88c51f00.zip |
Add script to create IFFLIB*.LHA
-rw-r--r-- | arcbatch | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/arcbatch b/arcbatch new file mode 100644 index 0000000..c1f674d --- /dev/null +++ b/arcbatch @@ -0,0 +1,50 @@ +Delete IFFLIB24.LHA* + +; +; ShowIFF +; +Echo "Updating ShowIFF stuff ..." +Iconchange RESET Dist/ShowIFF/ShowIFF + +; +; MoviePRO +; +Echo "Updating MoviePRO stuff ..." +Iconchange RESET MoviePRO/MoviePRO +Iconchange RESET MoviePRO/MoviePRO.doc + +; +; Protections richtig setzen +; +Protect >NIL: Examples/#?.#? -e +Protect >NIL: ShowIFF/#?.#? -e +Protect >NIL: ShowIFF/Makefile -e + +; +; Release-Versionsnummern der Source-Files richtig setzen +; +Ask "Set RCS release versions of source files to 24.1 ?" +IF WARN + RCSRelease CHANGES.DOC 24.1 + RCSRelease Programmer/iff.h 24.1 + RCSRelease Programmer/iff.i 24.1 + RCSRelease Programmer/iff_lib.fd 24.1 + RCSRelease Examples/AnimExample.c 24.1 + RCSRelease Examples/EasyExample.c 24.1 + RCSRelease Examples/Grabber.S 24.1 + RCSRelease Examples/GrabScreen.c 24.1 + RCSRelease ShowIFF/ShowIFF.c 24.1 +ENDIF + +; +; .o Files löschen +; +Delete Examples/*.o Examples/*/*.o ShowIFF/*.o + +; +; Files adden +; +Echo "Adding files ..." +Lha -q -x -r a IFFLIB24.LHA README iff.library Documentation Examples Programmer ShowIFF +Lha v IFFLIB24.LHA + |