[gforth] / gforth / iss.sh  

gforth: gforth/iss.sh

Diff for /gforth/iss.sh between version 1.4 and 1.5

version 1.4, Sun Mar 23 21:11:01 2003 UTC version 1.5, Mon Aug 4 20:32:34 2003 UTC
Line 78 
Line 78 
 "{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-itc.exe",  "{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-itc.exe",
 "{app}\gforth-fast.exe", "{app}\fixpath.fs {app} gforth.exe",  "{app}\gforth-fast.exe", "{app}\fixpath.fs {app} gforth.exe",
   
 [Registry]  ;[Registry]
   ;registry commented out
 ; Parameter quick reference:  ; Parameter quick reference:
 ;   "Root key", "Subkey", "Value name", Data type, "Data", Flags  ;   "Root key", "Subkey", "Value name", Data type, "Data", Flags
 HKCR, ".fs", "", STRING, "forthstream",  ;HKCR, ".fs", "", STRING, "forthstream",
 HKCR, ".fs", "Content Type", STRING, "application/forth",  ;HKCR, ".fs", "Content Type", STRING, "application/forth",
 HKCR, ".fb", "", STRING, "forthblock",  ;HKCR, ".fb", "", STRING, "forthblock",
 HKCR, ".fb", "Content Type", STRING, "application/forth-block",  ;HKCR, ".fb", "Content Type", STRING, "application/forth-block",
 HKCR, "forthstream", "", STRING, "Forth Source",  ;HKCR, "forthstream", "", STRING, "Forth Source",
 HKCR, "forthstream", "EditFlags", DWORD, "00000000",  ;HKCR, "forthstream", "EditFlags", DWORD, "00000000",
 HKCR, "forthstream\DefaultIcon", "", STRING, "{sys}\System32\shell32.dll,61"  ;HKCR, "forthstream\DefaultIcon", "", STRING, "{sys}\System32\shell32.dll,61"
 HKCR, "forthstream\Shell", "", STRING, ""  ;HKCR, "forthstream\Shell", "", STRING, ""
 HKCR, "forthstream\Shell\Open\command", "", STRING, "{app}\gforth.exe %1"  ;HKCR, "forthstream\Shell\Open\command", "", STRING, "{app}\gforth.exe %1"
 HKCR, "forthblock", "", STRING, "Forth Block",  ;HKCR, "forthblock", "", STRING, "Forth Block",
 HKCR, "forthblock", "EditFlags", DWORD, "00000000",  ;HKCR, "forthblock", "EditFlags", DWORD, "00000000",
 HKCR, "forthblock\DefaultIcon", "", STRING, "{sys}\System32\shell32.dll,61"  ;HKCR, "forthblock\DefaultIcon", "", STRING, "{sys}\System32\shell32.dll,61"
 EOT  EOT


Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help