Jump to content

Changes for Gavin/Linux


the bigg

Recommended Posts

AT_INTERACTIVE_EXIT ~GAVIN/ReadMe-Gavin.html~

//GAVIN'S SOUNDS
ACTION_IF ("%WEIDU_ARCH%" STRING_COMPARE_CASE "x86" = 0) THEN BEGIN // if Windows
BLAH_BLAH

 

Should be

 

AT_INTERACTIVE_EXIT ~VIEW GAVIN/ReadMe-Gavin.html~

//GAVIN'S SOUNDS
ACTION_IF ("%WEIDU_OS%" STRING_COMPARE_CASE "win32" = 0) THEN BEGIN // if Windows
BLAH_BLAH

 

Changes:

- added VIEW when launching the readme (on both Linux and OSX, it is needed).

- Changed Windows detection code from %WEIDU_ARCH% to %WEIDU_OS% (since Linux uses x86, and macs are moving towards x86 too, so only the OS can be used to detect Windows).

- I'll spare you tolowering and changing the sh files until real tutorials appear :)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...