node-fibers uses an install
script<https://github.com/laverdet/node-fibers/blob/master/build.js>which
is set in package.json / run by npm and which will only builds the
binaries IF they are not already present in the bin folders or if a force
flag is passed. It supports both X86 and X64 versions. If the binary needs
to be built it will then copy it to the appropriate folder based on the
arch.

It would be great if we could come up with a solution for Windows that does
not require to actually compile.



On Tue, Sep 25, 2012 at 7:10 AM, christkv <[email protected]> wrote:

> Hi
>
> I'm wondering how people are dealing with windows native extensions. Are
> you packaging the compiled extensions with the npm package ? One for 64 bit
> and one for 32 bit ?
> Also process.platform for the 64bit windows version reports win32 ????
>
> Trying to bring the c++ parser for the mongodb driver to the windows crowd.
>
> Cheers
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to