On 3/19/2011 5:30 PM, Jeff Trawick wrote: > (mine, of course) > > I can't get Visual C++ 2008 Express to build testlfsabi. The files do > show up in the converted .vcproj file, but no .obj files are created. > Below is my current attempt at a patch. > > I first left out the included files (.h, _include.c) with no apparent > difference. .c not compiled, and testlfsabi() is the only unresolved > external.
Your attached patch was fine, please apply, it simply makes these files more accessible for users in the gui. But the actual build mechanics are in test/Makefile.win, I just committed that fix for you.
