• Pieter Hintjens's avatar
    Problem: can't build using gyp · fde81d7e
    Pieter Hintjens authored
    I'm adding gyp support so that we can easily pull in libzmq
    and other C/C++ projects into gyp packages, especially via
    node-gyp.
    
    Solution: add gyp definition
    
    This works only for Windows, OS/X, and Linux. We set a single
    macro in project.gyp according to the system, and the rest is
    done in builds/gyp/platform.hpp. The values in that file are
    not dynamic. Your mileage will vary.
    fde81d7e
Makefile.am 19.6 KB