home *** CD-ROM | disk | FTP | other *** search
- ; Script "Installa"
- ;
- ; © 1996, Luca Danelon per Interactive
- ;
- ; Versione 1.4
- ;
- ; Little History:
- ; 09/10/96 - Risolto un piccolo bug nell'assegnazione di MUI
- ; 27/10/96 - Aggiunte alcune directory di sistema
- ; 01/12/96 - Corretto il riferimento errato per la voce ENV:
-
- C:Assign AR: AmyResource_Uno:
- Assign C: AR:C add
- Assign LIBS: AR:Libs add
- Assign L: AR:L add
- Assign LOCALE: AR:Locale add
- Assign LIBS: AR:Classes add
- Assign FONTS: AR:Fonts add
- Assign LIBS: AR:Classes add
- Assign S: AR:S add
- Assign ENV: AR:Prefs/Envarc add
-
- Path AR:Rexxc add
-
- ;AWeb support
- c:CAPrefs >NIL:
-
- ;MathScript
- assign MathScript: exists >NIL:
- If warn
- assign MathScript: AR:Software/Scientifici/MathScript
- assign PSFonts: AR:Software/Scientifici/MathScript add
- Endif
-
- ;ArtStudioDemo
- assign ArtStudio: exists >NIL:
- if warn
- assign ArtStudio: AR:Demo/Commerciali/ArtStudio
- Endif
-
- ;Plotter3D
- assign Plotter3D: exists >NIL:
- if warn
- assign Plotter3D: AR:Software/Scientifici/Plotter3D
- Endif
-
- ;MusiclineEditor
- assign Mline: exists >NIL:
- if warn
- Assign Mline: AR:Software/Musica/MusiclineEditor
- Endif
-
- ;ProgED
- assign ProgED: exists >NIL:
- if warn
- Assign ProgED: AR:Software/Editor/ProgED
- Path ProgED: ADD
- endif
-
- ;GenesisPro
- assign Genesis: exists >NIL:
- if warn
- Assign Genesis: AR:Software/Giochi/GenesisPro
- Endif
-
- ;FontMachine2
- assign FONTS: AR:Demo/Commerciali/FontMachine2_Demo/Fonts add
- assign LIBS: AR:Demo/Commerciali/FontMachine2_Demo/Libs add
-
- ;Dice
- SetEnv DCCOPTS "-2.0"
- Assign DINCLUDE: AR:Software/Programmazione/C/FreeDice/Include
- Assign DLIB: AR:Software/Programmazione/C/FreeDice/Dlib
-
- ;BlitzBasic
- Assign Blitz2: AR:Software/Programmazione/Basic/BlitzDemo
- Assign BlitzLibs: Blitz2:
-
- Assign MUI: exists >NIL:
- If warn
- ASSIGN MUI: AR:Tools/MUI
- ASSIGN LIBS: AR:Tools/MUI/Libs add
- if exists MUI:Docs
- if exists HELP:dummy ; do not remove
- endif ; this entry!
- assign add HELP: MUI:Docs
- endif
- Else
- Version LIBS:muimaster.library >NIL: 17
- If warn
- ASSIGN MUI: AR:Tools/MUI
- ASSIGN LIBS: AR:Tools/MUI/Libs add
- if exists MUI:Docs
- if exists HELP:dummy ; do not remove
- endif ; this entry!
- assign add HELP: MUI:Docs
- endif
- EndIf
- EndIf
-