The R Project SVN R

Rev

Rev 37433 | Rev 39035 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37433 Rev 37437
Line 95... Line 95...
95
have been moved to R_HOME/modules.  They are now made directly with
95
have been moved to R_HOME/modules.  They are now made directly with
96
gcc -shared.  Rchtml.dll needs an import library as you cannot link
96
gcc -shared.  Rchtml.dll needs an import library as you cannot link
97
directly to a .ocx.
97
directly to a .ocx.
98
 
98
 
99
However, whereas MSDN says there must be a LIBRARY statement, it seems
99
However, whereas MSDN says there must be a LIBRARY statement, it seems
100
not to be required for ld.exe, at least when building a loadable
100
not to be required for ld.exe.  So the %.dll rule in MkRules as from
101
module.  So the default rule in MkRules as from 2.3.0 does not have a
101
2.3.0 does not have a LIBRARY statement, which circumvents the 'at
102
LIBRARY statement, which circumvents the 'at most one dot' rule.
102
most one dot' rule.
103
 
103
 
104
BDR 2006-02-15, 2006-02-24
104
BDR 2006-02-15, 2006-02-24