• Order of the Butterfly
    Order of the Butterfly
    pegasos-sigi2
    Posts: 265 from 2006/8/31
    Quote:

    sarakhan wrote:
    Now MophOS?SDK?doesn't work and it was my fault, but somebody can post the reference on startup-sequence of SDK? It lays between TurboPrint assign and AddAudioModes.



    1.) The MorphOS SDK isn't includet in MorphOS 3.x. per default.
    You must download and install it for your selfe.

    2.) Dont't change anything in the startup-sequence.
    It ends up in a non working system.







    ;
    ; MorphOS startup-sequence
    ;
    ; Copyright © 2002-2012 The MorphOS Development Team, All Rights Reserved.
    ;
    ; This script is executed on system boot. Do *NOT* modify this file!
    ; Use S:user-startup instead.
    ;
    ; $VER: startup-sequence 1.12
    ;

    Failat 21

    Version >NIL:

    Resident >NIL: MOSSYS:C/Assign PURE
    Resident >NIL: MOSSYS:C/Execute PURE

    MakeDir RAM:T
    Assign T: RAM:T

    MakeDir >NIL: RAM:ENV RAM:Clipboards
    Copy >NIL: ENVARC: RAM:ENV ALL NOREQ DONTOVERWRITE
    Assign ENV: RAM:ENV

    if exists SYS:Locale NOREQ
    Assign LOCALE: SYS:Locale
    if exists SYS:Locale/Help NOREQ
    Assign HELP: SYS:Locale/Help
    endif
    endif

    if exists MOSSYS:Locale NOREQ
    Assign LOCALE: MOSSYS:Locale ADD
    if exists MOSSYS:Locale/Help NOREQ
    Assign HELP: MOSSYS:Locale/Help ADD
    endif
    endif


    Assign KEYMAPS: DEVS:Keymaps DEFER
    Assign CLIPS: RAM:Clipboards
    Assign PRINTERS: DEVS:Printers DEFER
    Assign REXX: S: DEFER
    Assign MUI: SYS:Applications/MUI DEFER

    LoadMonDrvs

    if exists "MOSSYS:Devs/DOSDrivers/CON" NOREQ
    Assign >NIL: CON: DISMOUNT
    endif

    Mount >NIL: MOSSYS:Devs/DOSDrivers/~(#?.info) DEVS:DOSDrivers/~(#?.info)

    SetEnv Workbench $Workbench
    SetEnv Kickstart $Kickstart
    UnSet Workbench
    UnSet Kickstart

    AddDataTypes REFRESH QUIET

    ConClip

    Path >NIL: C: SYS:Utilities S:

    IPrefs

    if not exists ENV:NOTRANCE NOREQ
    Run <>NIL: DETACH QUIET Trance
    endif

    RexxMast >NIL:

    Assign >NIL: TurboPrint: MOSSYS:TP
    if exists "TurboPrint:configs/_Last_" NOREQ
    Run <>NIL: TurboPrint:turbo/ttp
    endif

    AddAudioModes >NIL: REFRESH QUIET

    if not exists ENV:MorphOSSDK NOREQ
    if exists SYS:Development NOREQ
    SetEnv MorphOSSDK SYS:Development
    endif
    endif
    if exists ENV:MorphOSSDK NOREQ
    Assign SDK: "$MorphOSSDK"
    if exists SDK:Startup NOREQ
    Execute >NIL: SDK:Startup
    endif
    endif

    if exists S:User-Startup NOREQ
    Execute >NIL: S:User-Startup
    endif

    Resident >NIL: Execute REMOVE
    Resident >NIL: Assign REMOVE

    LoadWB

    EndCLI >NIL:
    Spreedy - The spreedsheet editor of MorphOS
    Calimero - Do you know about the new DTP Program for MorphOS ?
  • »10.12.14 - 20:26
    Profile