[gforth] / gforth / lib.fs  

gforth: gforth/lib.fs

Diff for /gforth/lib.fs between version 1.19 and 1.20

version 1.19, Fri Jun 1 16:27:37 2007 UTC version 1.20, Sat Jun 30 23:00:35 2007 UTC
Line 39 
Line 39 
             library libc libc.so.6              library libc libc.so.6
         [ELSE] 2dup s" cygwin" str= [IF]  2drop          [ELSE] 2dup s" cygwin" str= [IF]  2drop
                 library libc cygwin1.dll                  library libc cygwin1.dll
             [ELSE]  s" bsd" search nip nip [IF]              [ELSE]  2dup s" bsd" search nip nip [IF]  2drop
                     library libc libc.so                      library libc libc.so
                   [ELSE]  2dup s" darwin" string-prefix? [IF]  2drop
                           library libc libc.dylib
                       [ELSE]  2drop \ or add your stuff here
                       [THEN]
                 [THEN]                  [THEN]
             [THEN]              [THEN]
         [THEN]          [THEN]


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help