http://d.puremagic.com/issues/show_bug.cgi?id=2776
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Jacob Carlborg <[email protected]> 2011-04-11 00:27:47 PDT --- DSSS/rebuild/bu(il)d adds its on pragma, pragma(link, ...), which basically works like pragma(lib, ...) with this patch. Except when linking a library with pragma(link) you only specify the name of the library and then it automatically adds the extension depending on the platform. It also prefix the library name with "lib" on Posix systems. Could we add a pragma(link) that behaves as the one in DSSS/rebuild/bu(il)d, this won't break any existing code, if I'm not missing something? I would also like something for frameworks on Mac OS X, see: http://d.puremagic.com/issues/show_bug.cgi?id=2968 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
