• 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
..
android Loading commit data...
cmake Loading commit data...
coverage Loading commit data...
cygwin Loading commit data...
gyp Loading commit data...
mingw32 Loading commit data...
msvc Loading commit data...
nuget Loading commit data...
openwrt Loading commit data...
valgrind Loading commit data...
zos Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...