• Luca Boccassi's avatar
    Problem: missing files from VS2008 solution · 8ecfee47
    Luca Boccassi authored
    Solution: generate list of sources and headers with:
    
     ls -1 src/*cpp | sort | sed 's|src/\(.*\)|      <File RelativePath="..\\..\\..\\..\\src\\\1" />|g'
     ls -1 src/*hpp | sort | sed 's|src/\(.*\)|      <File RelativePath="..\\..\\..\\..\\src\\\1" />|g'
    
    and add them.
    8ecfee47
Name
Last commit
Last update
..
libzmq.vcproj Loading commit data...