summaryrefslogtreecommitdiff
path: root/arcbatch
blob: c1f674ddc91d5269b4355b41dc2bc45ec9c8b6fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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